Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp68 bool setLoadAddress(uint64_t Address) override { return false; } in setLoadAddress() function in __anon9cf85e360111::MockSession
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp144 bool DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp207 bool NativeSession::setLoadAddress(uint64_t Address) { setLoadAddress() function in NativeSession
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h97 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } setLoadAddress() function