Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp67 uint64_t getLoadAddress() const override { return 0; } in getLoadAddress() function in __anonb072cdf30111::MockSession
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp138 uint64_t DIASession::getLoadAddress() const { in getLoadAddress() function in DIASession
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h96 uint64_t getLoadAddress() const { return LoadAddress; } in getLoadAddress() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp204 uint64_t NativeSession::getLoadAddress() const { return LoadAddress; } in getLoadAddress() function in NativeSession