Home
last modified time | relevance | path

Searched refs:LoadAddress (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h61 uint64_t LoadAddress; variable
79 LoadAddress(reinterpret_cast<uintptr_t>(address)), StubOffset(size), in SectionEntry()
98 uint64_t getLoadAddress() const { return LoadAddress; } in getLoadAddress()
99 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress()
104 return LoadAddress + OffsetBytes; in getLoadAddressWithOffset()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h60 uint64_t LoadAddress; variable
78 LoadAddress(reinterpret_cast<uintptr_t>(address)), StubOffset(size), in SectionEntry()
97 uint64_t getLoadAddress() const { return LoadAddress; } in getLoadAddress()
98 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress()
103 return LoadAddress + OffsetBytes; in getLoadAddressWithOffset()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h59 uint64_t LoadAddress; variable
77 LoadAddress(reinterpret_cast<uintptr_t>(address)), StubOffset(size), in SectionEntry()
96 uint64_t getLoadAddress() const { return LoadAddress; } in getLoadAddress()
97 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress()
102 return LoadAddress + OffsetBytes; in getLoadAddressWithOffset()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp131 uint64_t LoadAddress; in getLoadAddress() local
132 bool success = (S_OK == Session->get_loadAddress(&LoadAddress)); in getLoadAddress()
133 return (success) ? LoadAddress : 0; in getLoadAddress()
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp139 uint64_t LoadAddress; in getLoadAddress() local
140 bool success = (S_OK == Session->get_loadAddress(&LoadAddress)); in getLoadAddress()
141 return (success) ? LoadAddress : 0; in getLoadAddress()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp139 uint64_t LoadAddress; in getLoadAddress() local
140 bool success = (S_OK == Session->get_loadAddress(&LoadAddress)); in getLoadAddress()
141 return (success) ? LoadAddress : 0; in getLoadAddress()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp196 uint64_t NativeSession::getLoadAddress() const { return LoadAddress; } in getLoadAddress()
199 LoadAddress = Address; in setLoadAddress()
391 return LoadAddress + getRVAFromSectOffset(Section, Offset); in getVAFromSectOffset()
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp129 cl::opt<uint64_t> LoadAddress( variable
397 if (opts::pretty::LoadAddress) in dumpPretty()
398 Session->setLoadAddress(opts::pretty::LoadAddress); in dumpPretty()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h127 uint64_t LoadAddress = 0; variable
/external/llvm-project/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp303 cl::opt<uint64_t> LoadAddress( variable
1065 if (opts::pretty::LoadAddress) in dumpPretty()
1066 Session->setLoadAddress(opts::pretty::LoadAddress); in dumpPretty()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrFormats.td1926 // LoadAddress:
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrFormats.td1980 // LoadAddress: