Searched defs:getLoadAddress (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/unittests/DebugInfo/PDB/ | ||
H A D | PDBApiTest.cpp | 67 uint64_t getLoadAddress() const override { return 0; } in getLoadAddress() function in __anon9cf85e360111::MockSession |
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ | ||
H A D | DIASession.cpp | 138 uint64_t DIASession::getLoadAddress() const { in getLoadAddress() function in DIASession |
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ | ||
H A D | NativeSession.cpp | 205 uint64_t NativeSession::getLoadAddress() const { return LoadAddress; } getLoadAddress() function in NativeSession |
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ | ||
H A D | RuntimeDyldImpl.h | 96 uint64_t getLoadAddress() const { return LoadAddress; } getLoadAddress() function |