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.cpp36 std::unique_ptr<DataExtractor> OpdExtractor; in create() local
50 OpdExtractor.reset(new DataExtractor(*E, Obj->isLittleEndian(), in create()
61 res->addSymbol(P.first, P.second, OpdExtractor.get(), OpdAddress)) in create()
143 DataExtractor *OpdExtractor, in addSymbol() argument
201 if (OpdExtractor) { in addSymbol()
208 if (OpdExtractor->isValidOffsetForAddress(OpdOffset)) in addSymbol()
209 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,