Home
last modified time | relevance | path

Searched refs:setLoadAddress (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h33 void setLoadAddress(uint64_t Address) override;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawSession.h32 void setLoadAddress(uint64_t Address) override;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h30 virtual void setLoadAddress(uint64_t Address) = 0;
/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DNativeSessionTest.cpp48 S->setLoadAddress(123); in TEST()
DPDBApiTest.cpp68 bool setLoadAddress(uint64_t Address) override { return false; } in setLoadAddress() function in __anon3ef83b7a0111::MockSession
/external/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp29 Session->setLoadAddress(ImageBase.get()); in PDBContext()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h32 bool setLoadAddress(uint64_t Address) override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h32 bool setLoadAddress(uint64_t Address) override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h30 virtual bool setLoadAddress(uint64_t Address) = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h30 virtual bool setLoadAddress(uint64_t Address) = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp28 Session->setLoadAddress(ImageBase.get()); in PDBContext()
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp78 void RawSession::setLoadAddress(uint64_t Address) {} in setLoadAddress() function in RawSession
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h40 bool setLoadAddress(uint64_t Address) override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h48 bool setLoadAddress(uint64_t Address) override;
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp28 Session->setLoadAddress(ImageBase.get()); in PDBContext()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp85 bool NativeSession::setLoadAddress(uint64_t Address) { return false; } in setLoadAddress() function in NativeSession
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp136 void 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/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp65 void setLoadAddress(uint64_t Address) override {} in setLoadAddress() function in __anonddbf8f8c0111::MockSession
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp144 bool DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp144 bool DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h97 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h98 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() function
DRuntimeDyld.cpp884 Sections.back().setLoadAddress(0); in emitSection()
1056 Sections[SectionID].setLoadAddress(Addr); in reassignSectionAddress()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp198 bool NativeSession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in NativeSession

12