class DIFetcher

Declaration

class DIFetcher { /* full declaration omitted */ };

Description

The DIFetcher interface provides arbitrary mechanisms for obtaining debug info from an outside source.

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

Method Overview

Methods

virtual Optional<std::string> fetchBuildID(
    ArrayRef<uint8_t> BuildID) const

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

Parameters

ArrayRef<uint8_t> BuildID

virtual ~DIFetcher()

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