Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp76 uint64_t RawSession::getLoadAddress() const { return 0; } in getLoadAddress() function in RawSession
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp83 uint64_t NativeSession::getLoadAddress() const { return 0; } in getLoadAddress() function in NativeSession
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp64 uint64_t getLoadAddress() const override { return 0; } in getLoadAddress() function in __anonddbf8f8c0111::MockSession
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp130 uint64_t DIASession::getLoadAddress() const { in getLoadAddress() function in DIASession
/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp67 uint64_t getLoadAddress() const override { return 0; } in getLoadAddress() function in __anon3ef83b7a0111::MockSession
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp138 uint64_t DIASession::getLoadAddress() const { in getLoadAddress() function in DIASession
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp138 uint64_t DIASession::getLoadAddress() const { in getLoadAddress() function in DIASession
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h98 uint64_t getLoadAddress() const { return LoadAddress; } in getLoadAddress() function
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp196 uint64_t NativeSession::getLoadAddress() const { return LoadAddress; } in getLoadAddress() function in NativeSession
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h96 uint64_t getLoadAddress() const { return LoadAddress; } in getLoadAddress() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h97 uint64_t getLoadAddress() const { return LoadAddress; } in getLoadAddress() function
/external/swiftshader/third_party/subzero/src/
DIceInst.h118 Operand *getLoadAddress() const { return getSrc(0); } in getLoadAddress() function