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

  /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/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/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/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
KaleidoscopeJIT.h 203 TargetAddress SymAddr = Sym.getAddress();
206 SymAddr)) {
212 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/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 180 std::vector<std::pair<SymbolRef, uint64_t>> SymAddr =
183 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...]

Completed in 232 milliseconds