/external/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSession.h | 30 virtual void setLoadAddress(uint64_t Address) = 0;
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSession.h | 31 virtual bool setLoadAddress(uint64_t Address) = 0;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/ |
D | PDBContext.cpp | 29 Session->setLoadAddress(ImageBase.get()); in PDBContext()
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBContext.cpp | 29 Session->setLoadAddress(ImageBase.get()); in PDBContext()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 33 bool setLoadAddress(uint64_t Address) override;
|
/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-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSession.h | 52 bool setLoadAddress(uint64_t Address) override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSession.cpp | 168 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
|
D | RuntimeDyld.cpp | 888 Sections[SectionID].setLoadAddress(Addr); in reassignSectionAddress()
|
/external/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 65 void setLoadAddress(uint64_t Address) override {} in setLoadAddress() function in __anon177c5eee0111::MockSession
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 99 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() function
|
D | RuntimeDyld.cpp | 807 Sections.back().setLoadAddress(0); in emitSection() 981 Sections[SectionID].setLoadAddress(Addr); in reassignSectionAddress()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 153 bool DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 69 bool setLoadAddress(uint64_t Address) override { return false; } in setLoadAddress() function in __anon8912c4460111::MockSession
|
/external/llvm/tools/llvm-pdbdump/ |
D | llvm-pdbdump.cpp | 398 Session->setLoadAddress(opts::pretty::LoadAddress); in dumpPretty()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | llvm-pdbutil.cpp | 935 Session->setLoadAddress(opts::pretty::LoadAddress); in dumpPretty()
|