class LocalDIFetcher
Declaration
class LocalDIFetcher : public DIFetcher { /* full declaration omitted */ };
Description
LocalDIFetcher searches local cache directories for debug info.
Declared at: llvm/include/llvm/DebugInfo/Symbolize/DIFetcher.h:36
Inherits from: DIFetcher
Member Variables
- private const ArrayRef<std::string> DebugFileDirectory
Method Overview
- public LocalDIFetcher(ArrayRef<std::string> DebugFileDirectory)
- public Optional<std::string> fetchBuildID(ArrayRef<uint8_t> BuildID) const
- public virtual ~LocalDIFetcher()
Inherited from DIFetcher:
Methods
¶LocalDIFetcher(
ArrayRef<std::string> DebugFileDirectory)
LocalDIFetcher(
ArrayRef<std::string> DebugFileDirectory)
Declared at: llvm/include/llvm/DebugInfo/Symbolize/DIFetcher.h:38
Parameters
- ArrayRef<std::string> DebugFileDirectory
¶Optional<std::string> fetchBuildID(
ArrayRef<uint8_t> BuildID) const
Optional<std::string> fetchBuildID(
ArrayRef<uint8_t> BuildID) const
Declared at: llvm/include/llvm/DebugInfo/Symbolize/DIFetcher.h:42
Parameters
- ArrayRef<uint8_t> BuildID
¶virtual ~LocalDIFetcher()
virtual ~LocalDIFetcher()
Declared at: llvm/include/llvm/DebugInfo/Symbolize/DIFetcher.h:40