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

Inherited from DIFetcher:

Methods

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

Declared at: llvm/include/llvm/DebugInfo/Symbolize/DIFetcher.h:42

Parameters

ArrayRef<uint8_t> BuildID

virtual ~LocalDIFetcher()

Declared at: llvm/include/llvm/DebugInfo/Symbolize/DIFetcher.h:40