Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h30 virtual bool setLoadAddress(uint64_t Address) = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h32 bool setLoadAddress(uint64_t Address) override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h48 bool setLoadAddress(uint64_t Address) override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp28 Session->setLoadAddress(ImageBase.get()); in PDBContext()
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DEncoreBootImageGenerator.cpp219 command->setLoadAddress(range.m_begin); in processLoadOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp144 bool DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h97 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() function
H A DRuntimeDyld.cpp902 Sections.back().setLoadAddress(0); in emitSection()
1076 Sections[SectionID].setLoadAddress(Addr); in reassignSectionAddress()
/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.h511 inline void setLoadAddress(uint32_t address) { m_address = address; } in setLoadAddress() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp198 bool NativeSession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in NativeSession
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1065 Session->setLoadAddress(opts::pretty::LoadAddress); in dumpPretty()