Searched refs:setLoadAddress (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h33 void setLoadAddress(uint64_t Address) override;
/external/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h30 virtual void setLoadAddress(uint64_t Address) = 0;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
H A DRawSession.h32 void setLoadAddress(uint64_t Address) override;
/external/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp29 Session->setLoadAddress(ImageBase.get());
/external/llvm/lib/DebugInfo/PDB/Raw/
H A DRawSession.cpp78 void RawSession::setLoadAddress(uint64_t Address) {} function in class:RawSession
/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp136 void DIASession::setLoadAddress(uint64_t Address) { function in class:DIASession
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h99 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } function in class:llvm::SectionEntry
H A DRuntimeDyld.cpp888 Sections[SectionID].setLoadAddress(Addr);
/external/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp65 void setLoadAddress(uint64_t Address) override {}
/external/llvm/tools/llvm-pdbdump/
H A Dllvm-pdbdump.cpp398 Session->setLoadAddress(opts::pretty::LoadAddress);

Completed in 179 milliseconds