Home
last modified time | relevance | path

Searched defs:getLoadAddress (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp138 uint64_t DIASession::getLoadAddress() const { in getLoadAddress() function in DIASession
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp196 uint64_t NativeSession::getLoadAddress() const { return LoadAddress; } in getLoadAddress() function in NativeSession
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h96 uint64_t getLoadAddress() const { return LoadAddress; } in getLoadAddress() function
/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.h512 inline uint32_t getLoadAddress() const { return m_address; } in getLoadAddress() function