Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp78 void RawSession::setLoadAddress(uint64_t Address) {} in setLoadAddress() function in RawSession
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp65 void setLoadAddress(uint64_t Address) override {} in setLoadAddress() function in __anon177c5eee0111::MockSession
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp136 void DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp168 bool NativeSession::setLoadAddress(uint64_t Address) { return false; } in setLoadAddress() function in NativeSession
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp69 bool setLoadAddress(uint64_t Address) override { return false; } in setLoadAddress() function in __anon8912c4460111::MockSession
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp153 bool DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h99 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h99 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() function