Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp38 uint64_t OpdAddress = 0; in create() local
53 OpdAddress = Section->getAddress(); in create()
62 res->addSymbol(P.first, P.second, OpdExtractor.get(), OpdAddress)) in create()
145 uint64_t OpdAddress) { in addSymbol() argument
208 uint64_t OpdOffset = SymbolAddress - OpdAddress; in addSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.h63 // For big-endian PowerPC64 ELF, OpdAddress is the address of the .opd
67 uint64_t OpdAddress = 0);