HomeSort by relevance Sort by last modified time
    Searched refs:SymAddr (Results 1 - 25 of 26) sorted by null

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/include/
KaleidoscopeJIT.h 113 if (auto SymAddr = RTDyldMemoryManager::getSymbolAddressInProcess(Name))
114 return JITSymbol(SymAddr, JITSymbolFlags::Exported);
121 if (auto SymAddr =
123 return JITSymbol(SymAddr, JITSymbolFlags::Exported);
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
KaleidoscopeJIT.h 69 if (auto SymAddr =
71 return RuntimeDyld::SymbolInfo(SymAddr, JITSymbolFlags::Exported);
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.h 171 void addIndirectSymAddr(void *SymAddr, intptr_t IndSymAddr) {
172 Sym2IndirectSymMap.insert(std::make_pair(SymAddr, IndSymAddr));
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
KaleidoscopeJIT.h 57 if (auto SymAddr =
59 return JITSymbol(SymAddr, JITSymbolFlags::Exported);
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
KaleidoscopeJIT.h 115 if (auto SymAddr =
117 return RuntimeDyld::SymbolInfo(SymAddr, JITSymbolFlags::Exported);
175 TargetAddress SymAddr = Sym.getAddress();
178 SymAddr)) {
184 return SymAddr;
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
KaleidoscopeJIT.h 102 if (auto SymAddr =
104 return JITSymbol(SymAddr, JITSymbolFlags::Exported);
162 JITTargetAddress SymAddr = cantFail(Sym.getAddress());
164 mangle(SharedFnAST->getName()), SymAddr)) {
170 return SymAddr;
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
KaleidoscopeJIT.h 79 if (auto SymAddr =
81 return RuntimeDyld::SymbolInfo(SymAddr, JITSymbolFlags::Exported);
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
KaleidoscopeJIT.h 89 if (auto SymAddr =
91 return RuntimeDyld::SymbolInfo(SymAddr, JITSymbolFlags::Exported);
  /external/llvm/examples/Kaleidoscope/include/
KaleidoscopeJIT.h 110 if (auto SymAddr = RTDyldMemoryManager::getSymbolAddressInProcess(Name))
111 return JITSymbol(SymAddr, JITSymbolFlags::Exported);
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
KaleidoscopeJIT.h 67 if (auto SymAddr =
69 return JITSymbol(SymAddr, JITSymbolFlags::Exported);
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
KaleidoscopeJIT.h 107 if (auto SymAddr =
109 return JITSymbol(SymAddr, JITSymbolFlags::Exported);
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
KaleidoscopeJIT.h 203 TargetAddress SymAddr = Sym.getAddress();
206 SymAddr)) {
212 return SymAddr;
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
KaleidoscopeJIT.h 175 JITTargetAddress SymAddr = cantFail(Sym.getAddress());
177 mangle(SharedFnAST->getName()), SymAddr)) {
183 return SymAddr;
  /external/swiftshader/third_party/LLVM/lib/Object/
MachOObjectFile.cpp 472 uint64_t SymAddr= Entry->Value;
473 Result = (SymAddr >= SectBegin) && (SymAddr < SectEnd);
477 uint64_t SymAddr= Entry->Value;
478 Result = (SymAddr >= SectBegin) && (SymAddr < SectEnd);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 790 uint64_t SymAddr = 0;
808 SymAddr = *SymAddrOrErr;
831 SymAddr = RSec->getAddress();
836 // SymAddr = (Address of Symbol Or Section in File) -
850 SymAddr += SectionLoadAddress - RSec->getAddress();
854 object::RelocToApply R(V.visit(Type, Reloc, SymAddr));
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 332 std::vector<std::pair<SymbolRef, uint64_t>> SymAddr =
336 for (const auto &P : SymAddr) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 338 std::vector<std::pair<SymbolRef, uint64_t>> SymAddr =
342 for (const auto &P : SymAddr) {
  /external/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 180 std::vector<std::pair<SymbolRef, uint64_t>> SymAddr =
183 for (auto &P : SymAddr) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 178 std::vector<std::pair<SymbolRef, uint64_t>> SymAddr =
181 for (auto &P : SymAddr) {
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 479 SDValue LowerELFTLSDescCallSeq(SDValue SymAddr, const SDLoc &DL,
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 594 SDValue LowerELFTLSDescCallSeq(SDValue SymAddr, const SDLoc &DL,

Completed in 1112 milliseconds

1 2