Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/DebugInfo/PDB/Raw/
H A DRawSession.cpp78 void RawSession::setLoadAddress(uint64_t Address) {} in setLoadAddress() function in RawSession
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp85 bool NativeSession::setLoadAddress(uint64_t Address) { return false; } in setLoadAddress() function in NativeSession
/aosp_15_r20/external/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp65 void setLoadAddress(uint64_t Address) override {} in setLoadAddress() function in __anond3a3ff5b0111::MockSession
/aosp_15_r20/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp136 void DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h99 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp144 bool DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp144 bool DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h98 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp206 bool NativeSession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in NativeSession
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h97 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() function