Searched refs:OpdAddress (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp46 uint64_t OpdAddress = 0; local
61 OpdAddress = Section->getAddress();
70 res->addSymbol(P.first, P.second, OpdExtractor.get(), OpdAddress))
159 uint64_t OpdAddress) {
187 uint64_t OpdOffset = SymbolAddress - OpdAddress;
156 addSymbol(const SymbolRef &Symbol, uint64_t SymbolSize, DataExtractor *OpdExtractor, uint64_t OpdAddress) argument
H A DSymbolizableObjectFile.h61 // For big-endian PowerPC64 ELF, OpdAddress is the address of the .opd
65 uint64_t OpdAddress = 0);

Completed in 106 milliseconds