Home
last modified time | relevance | path

Searched refs:SymAddr (Results 1 – 16 of 16) sorted by relevance

/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h115 if (auto SymAddr = in addModule()
117 return RuntimeDyld::SymbolInfo(SymAddr, JITSymbolFlags::Exported); in addModule()
175 TargetAddress SymAddr = Sym.getAddress(); in addFunctionAST()
178 SymAddr)) { in addFunctionAST()
184 return SymAddr; in addFunctionAST()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
DKaleidoscopeJIT.h69 if (auto SymAddr = in addModule()
71 return RuntimeDyld::SymbolInfo(SymAddr, JITSymbolFlags::Exported); in addModule()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMJITInfo.h171 void addIndirectSymAddr(void *SymAddr, intptr_t IndSymAddr) { in addIndirectSymAddr() argument
172 Sym2IndirectSymMap.insert(std::make_pair(SymAddr, IndSymAddr)); in addIndirectSymAddr()
/external/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h110 if (auto SymAddr = RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in findMangledSymbol() local
111 return JITSymbol(SymAddr, JITSymbolFlags::Exported); in findMangledSymbol()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h203 TargetAddress SymAddr = Sym.getAddress(); in addFunctionAST()
206 SymAddr)) { in addFunctionAST()
212 return SymAddr; in addFunctionAST()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h79 if (auto SymAddr = in addModule()
81 return RuntimeDyld::SymbolInfo(SymAddr, JITSymbolFlags::Exported); in addModule()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h89 if (auto SymAddr = in addModule()
91 return RuntimeDyld::SymbolInfo(SymAddr, JITSymbolFlags::Exported); in addModule()
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObjectFile.cpp472 uint64_t SymAddr= Entry->Value; in sectionContainsSymbol() local
473 Result = (SymAddr >= SectBegin) && (SymAddr < SectEnd); in sectionContainsSymbol()
477 uint64_t SymAddr= Entry->Value; in sectionContainsSymbol() local
478 Result = (SymAddr >= SectBegin) && (SymAddr < SectEnd); in sectionContainsSymbol()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp790 uint64_t SymAddr = 0; in DWARFContextInMemory() local
808 SymAddr = *SymAddrOrErr; in DWARFContextInMemory()
831 SymAddr = RSec->getAddress(); in DWARFContextInMemory()
850 SymAddr += SectionLoadAddress - RSec->getAddress(); in DWARFContextInMemory()
854 object::RelocToApply R(V.visit(Type, Reloc, SymAddr)); in DWARFContextInMemory()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp332 std::vector<std::pair<SymbolRef, uint64_t>> SymAddr = in printLineInfoForInput() local
336 for (const auto &P : SymAddr) { in printLineInfoForInput()
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp180 std::vector<std::pair<SymbolRef, uint64_t>> SymAddr = in dumpCXXData() local
183 for (auto &P : SymAddr) { in dumpCXXData()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp1046 if (void *SymAddr = in emitGlobals() local
1048 addGlobalMapping(I, SymAddr); in emitGlobals()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h479 SDValue LowerELFTLSDescCallSeq(SDValue SymAddr, const SDLoc &DL,
DAArch64ISelLowering.cpp3487 SDValue AArch64TargetLowering::LowerELFTLSDescCallSeq(SDValue SymAddr, in LowerELFTLSDescCallSeq() argument
3496 DAG.getNode(AArch64ISD::TLSDESC_CALLSEQ, DL, NodeTys, {Chain, SymAddr}); in LowerELFTLSDescCallSeq()
3567 SDValue SymAddr = DAG.getTargetExternalSymbol("_TLS_MODULE_BASE_", PtrVT, in LowerELFGlobalTLSAddress() local
3572 TPOff = LowerELFTLSDescCallSeq(SymAddr, DL, DAG); in LowerELFGlobalTLSAddress()
3592 SDValue SymAddr = in LowerELFGlobalTLSAddress() local
3596 TPOff = LowerELFTLSDescCallSeq(SymAddr, DL, DAG); in LowerELFGlobalTLSAddress()
/external/llvm/docs/tutorial/
DBuildingAJIT1.rst197 if (auto SymAddr =
199 return RuntimeDyld::SymbolInfo(SymAddr, JITSymbolFlags::Exported);
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1294 if (void *SymAddr = in emitGlobals() local
1296 addGlobalMapping(&GV, SymAddr); in emitGlobals()