Searched defs:setLoadAddress (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/unittests/DebugInfo/PDB/ | ||
H A D | PDBApiTest.cpp | 68 bool setLoadAddress(uint64_t Address) override { return false; } in setLoadAddress() function in __anon9cf85e360111::MockSession |
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ | ||
H A D | DIASession.cpp | 144 bool DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession |
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ | ||
H A D | NativeSession.cpp | 207 bool NativeSession::setLoadAddress(uint64_t Address) { setLoadAddress() function in NativeSession |
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ | ||
H A D | RuntimeDyldImpl.h | 97 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } setLoadAddress() function |