Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp144 bool DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp198 bool NativeSession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in NativeSession
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h97 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() function
/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.h511 inline void setLoadAddress(uint32_t address) { m_address = address; } in setLoadAddress() function