HomeSort by: relevance | last modified time | path
    Searched refs:LoadAddress (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 55 /// LoadAddress - the address of the section in the target process's memory.
59 uint64_t LoadAddress;
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;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIASession.cpp 139 uint64_t LoadAddress;
140 bool success = (S_OK == Session->get_loadAddress(&LoadAddress));
141 return (success) ? LoadAddress : 0;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeSession.h 127 uint64_t LoadAddress = 0;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeSession.cpp 196 uint64_t NativeSession::getLoadAddress() const { return LoadAddress; }
199 LoadAddress = Address;
391 return LoadAddress + getRVAFromSectOffset(Section, Offset);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
llvm-pdbutil.cpp 303 cl::opt<uint64_t> LoadAddress(
1064 if (opts::pretty::LoadAddress)
1065 Session->setLoadAddress(opts::pretty::LoadAddress);

Completed in 24 milliseconds