Searched refs:InternalSymbols (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp114 auto InternalSymbols = std::make_shared<std::set<StringRef>>(); local
139 InternalSymbols->insert(*SymName);
165 [this, K, SharedR, MemMgr, InternalSymbols](
170 ResolvedSymbols, *InternalSymbols);
198 std::set<StringRef> &InternalSymbols) {
222 if (I == Resolved.end() || InternalSymbols.count(*Name) ||
240 if (InternalSymbols.count(KV.first))
193 onObjLoad( VModuleKey K, MaterializationResponsibility &R, const object::ObjectFile &Obj, RuntimeDyld::MemoryManager *MemMgr, std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo, std::map<StringRef, JITEvaluatedSymbol> Resolved, std::set<StringRef> &InternalSymbols) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h131 std::set<StringRef> &InternalSymbols);

Completed in 61 milliseconds