Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp144 bool DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp207 bool NativeSession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in NativeSession
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h97 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() function