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

/external/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp36 uint64_t OpdAddress = 0; local
50 OpdAddress = Section->getAddress();
58 res->addSymbol(P.first, P.second, OpdExtractor.get(), OpdAddress);
121 uint64_t OpdAddress) {
135 uint64_t OpdOffset = SymbolAddress - OpdAddress;
118 addSymbol(const SymbolRef &Symbol, uint64_t SymbolSize, DataExtractor *OpdExtractor, uint64_t OpdAddress) argument
H A DSymbolizableObjectFile.h52 // For big-endian PowerPC64 ELF, OpdAddress is the address of the .opd
57 uint64_t OpdAddress = 0);

Completed in 28 milliseconds