Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h28 void setLoadAddress(uint64_t Address) override;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h29 virtual void setLoadAddress(uint64_t Address) = 0;
/external/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp28 Session->setLoadAddress(ImageBase.get()); in PDBContext()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp118 void DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h105 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() function
DRuntimeDyld.cpp787 Sections[SectionID].setLoadAddress(Addr); in reassignSectionAddress()
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp64 void setLoadAddress(uint64_t Address) override {} in setLoadAddress() function in __anon767b75250111::MockSession
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp419 Session->setLoadAddress(opts::LoadAddress); in dumpInput()