/external/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 33 void setLoadAddress(uint64_t Address) override;
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | RawSession.h | 32 void setLoadAddress(uint64_t Address) override;
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSession.h | 30 virtual void setLoadAddress(uint64_t Address) = 0;
|
/external/llvm-project/llvm/unittests/DebugInfo/PDB/ |
D | NativeSessionTest.cpp | 48 S->setLoadAddress(123); in TEST()
|
D | PDBApiTest.cpp | 68 bool setLoadAddress(uint64_t Address) override { return false; } in setLoadAddress() function in __anon3ef83b7a0111::MockSession
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBContext.cpp | 29 Session->setLoadAddress(ImageBase.get()); in PDBContext()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 32 bool setLoadAddress(uint64_t Address) override;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 32 bool setLoadAddress(uint64_t Address) override;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSession.h | 30 virtual bool setLoadAddress(uint64_t Address) = 0;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSession.h | 30 virtual bool setLoadAddress(uint64_t Address) = 0;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBContext.cpp | 28 Session->setLoadAddress(ImageBase.get()); in PDBContext()
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | RawSession.cpp | 78 void RawSession::setLoadAddress(uint64_t Address) {} in setLoadAddress() function in RawSession
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSession.h | 40 bool setLoadAddress(uint64_t Address) override;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSession.h | 48 bool setLoadAddress(uint64_t Address) override;
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | PDBContext.cpp | 28 Session->setLoadAddress(ImageBase.get()); in PDBContext()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSession.cpp | 85 bool NativeSession::setLoadAddress(uint64_t Address) { return false; } in setLoadAddress() function in NativeSession
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 136 void DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 99 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() function
|
/external/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 65 void setLoadAddress(uint64_t Address) override {} in setLoadAddress() function in __anonddbf8f8c0111::MockSession
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 144 bool DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 144 bool DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 97 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 98 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() function
|
D | RuntimeDyld.cpp | 884 Sections.back().setLoadAddress(0); in emitSection() 1056 Sections[SectionID].setLoadAddress(Addr); in reassignSectionAddress()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSession.cpp | 198 bool NativeSession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in NativeSession
|