Home
last modified time | relevance | path

Searched refs:OpdExtractor (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp37 std::unique_ptr<DataExtractor> OpdExtractor; in create() local
51 OpdExtractor.reset(new DataExtractor(*E, Obj->isLittleEndian(), in create()
62 res->addSymbol(P.first, P.second, OpdExtractor.get(), OpdAddress)) in create()
144 DataExtractor *OpdExtractor, in addSymbol() argument
202 if (OpdExtractor) { in addSymbol()
209 if (OpdExtractor->isValidOffsetForAddress(OpdOffset)) in addSymbol()
210 SymbolAddress = OpdExtractor->getAddress(&OpdOffset); in addSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.h64 // (function descriptor) section and OpdExtractor refers to its contents.
66 DataExtractor *OpdExtractor = nullptr,