Searched refs:LoadAddress (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h55 /// LoadAddress - the address of the section in the target process's memory.
59 uint64_t LoadAddress; member in class:llvm::SectionEntry
77 LoadAddress(reinterpret_cast<uintptr_t>(address)), StubOffset(size),
96 uint64_t getLoadAddress() const { return LoadAddress; }
97 void setLoadAddress(uint64_t LA) { LoadAddress = LA; }
102 return LoadAddress + OffsetBytes;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp139 uint64_t LoadAddress; local
140 bool success = (S_OK == Session->get_loadAddress(&LoadAddress));
141 return (success) ? LoadAddress : 0;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h127 uint64_t LoadAddress = 0; member in class:llvm::pdb::NativeSession
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp196 uint64_t NativeSession::getLoadAddress() const { return LoadAddress; }
199 LoadAddress = Address;
391 return LoadAddress + getRVAFromSectOffset(Section, Offset);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp303 cl::opt<uint64_t> LoadAddress(
1064 if (opts::pretty::LoadAddress)
1065 Session->setLoadAddress(opts::pretty::LoadAddress);

Completed in 198 milliseconds