Home
last modified time | relevance | path

Searched refs:SymbolFlagsMap (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h114 using SymbolFlagsMap = DenseMap<SymbolStringPtr, JITSymbolFlags>; variable
519 const SymbolFlagsMap &getSymbols() const { return SymbolFlags; } in getSymbols()
570 Error defineMaterializing(SymbolFlagsMap SymbolFlags);
615 MaterializationResponsibility(JITDylibSP JD, SymbolFlagsMap SymbolFlags, in MaterializationResponsibility()
624 SymbolFlagsMap SymbolFlags;
643 MaterializationUnit(SymbolFlagsMap InitalSymbolFlags, in MaterializationUnit()
658 const SymbolFlagsMap &getSymbols() const { return SymbolFlags; } in getSymbols()
677 SymbolFlagsMap SymbolFlags;
703 static SymbolFlagsMap extractFlags(const SymbolMap &Symbols);
745 static SymbolFlagsMap extractFlags(const SymbolAliasMap &Aliases);
[all …]
H A DMangling.h54 ArrayRef<GlobalValue *> GVs, SymbolFlagsMap &SymbolFlags,
60 Expected<std::pair<SymbolFlagsMap, SymbolStringPtr>>
H A DDebugUtils.h48 raw_ostream &operator<<(raw_ostream &OS, const SymbolFlagsMap::value_type &KV);
54 raw_ostream &operator<<(raw_ostream &OS, const SymbolFlagsMap &SymbolFlags);
H A DLayer.h46 IRMaterializationUnit(ThreadSafeModule TSM, SymbolFlagsMap SymbolFlags,
169 SymbolFlagsMap SymbolFlags,
H A DLazyReexports.h154 static SymbolFlagsMap extractFlags(const SymbolAliasMap &Aliases);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DMangling.cpp35 SymbolFlagsMap &SymbolFlags, in add()
85 Expected<std::pair<SymbolFlagsMap, SymbolStringPtr>>
94 SymbolFlagsMap SymbolFlags; in getObjectSymbolInfo()
H A DLayer.cpp36 : MaterializationUnit(SymbolFlagsMap(), nullptr), TSM(std::move(TSM)) { in IRMaterializationUnit()
101 ThreadSafeModule TSM, SymbolFlagsMap SymbolFlags, in IRMaterializationUnit()
191 ObjectLayer &L, std::unique_ptr<MemoryBuffer> O, SymbolFlagsMap SymbolFlags, in BasicObjectLayerMaterializationUnit()
H A DCore.cpp263 SymbolFlagsMap
265 SymbolFlagsMap Flags; in extractFlags()
456 SymbolFlagsMap
458 SymbolFlagsMap SymbolFlags; in extractFlags()
513 unique_function<void(Expected<SymbolFlagsMap>)> OnComplete) in InProgressLookupFlagsState()
530 unique_function<void(Expected<SymbolFlagsMap>)> OnComplete;
651 Expected<SymbolFlagsMap>
652 JITDylib::defineMaterializing(SymbolFlagsMap SymbolFlags) { in defineMaterializing()
654 return ES.runSessionLocked([&]() -> Expected<SymbolFlagsMap> { in defineMaterializing()
656 std::vector<SymbolFlagsMap::iterator> RejectedWeakDefs; in defineMaterializing()
[all …]
H A DDebugUtils.cpp125 bool operator()(const orc::SymbolFlagsMap::value_type &KV) { in operator ()()
180 raw_ostream &operator<<(raw_ostream &OS, const SymbolFlagsMap::value_type &KV) { in operator <<()
188 raw_ostream &operator<<(raw_ostream &OS, const SymbolFlagsMap &SymbolFlags) { in operator <<()
H A DLazyReexports.cpp222 SymbolFlagsMap
224 SymbolFlagsMap SymbolFlags; in extractFlags()
H A DCompileOnDemandLayer.cpp81 ThreadSafeModule TSM, SymbolFlagsMap SymbolFlags, in PartitioningIRMaterializationUnit()
321 SymbolFlagsMap SymbolFlags; in emitPartition()
H A DObjectLinkingLayer.cpp29 SymbolFlagsMap SymbolFlags;
206 SymbolFlagsMap ExtraSymbolsToClaim; in notifyResolved()
344 SymbolFlagsMap NewSymbolsToClaim; in claimOrExternalizeWeakAndCommonSymbols()
H A DOrcV2CBindings.cpp182 std::string Name, SymbolFlagsMap InitialSymbolFlags, in OrcCAPIMaterializationUnit()
316 SymbolFlagsMap SFM; in LLVMOrcCreateCustomMaterializationUnit()
H A DRTDyldObjectLinkingLayer.cpp192 SymbolFlagsMap ExtraSymbolsToClaim; in onObjLoad()
H A DIndirectionUtils.cpp29 : MaterializationUnit(SymbolFlagsMap({{Name, JITSymbolFlags::Exported}}), in CompileCallbackMaterializationUnit()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h105 SymbolFlagsMap getInterface(FunctionAST &F) { in getInterface()
107 SymbolFlagsMap Symbols; in getInterface()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp533 SymbolFlagsMap SymbolFlags; in add()