| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFObject.cpp | 28 SymbolMap = DenseMap<size_t, Symbol *>(Symbols.size()); in updateSymbols() 30 SymbolMap[Sym.UniqueId] = &Sym; in updateSymbols() 34 return SymbolMap.lookup(UniqueId); in findSymbol() 58 auto It = SymbolMap.find(R.Target); in markSymbols() 59 if (It == SymbolMap.end()) in markSymbols()
|
| H A D | COFFObject.h | 140 DenseMap<size_t, Symbol *> SymbolMap; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | DebugUtils.h | 51 raw_ostream &operator<<(raw_ostream &OS, const SymbolMap::value_type &KV); 57 raw_ostream &operator<<(raw_ostream &OS, const SymbolMap &Symbols);
|
| H A D | Core.h | 121 using SymbolMap = DenseMap<SymbolStringPtr, ExecutorSymbolDef>; variable 399 using SymbolsResolvedCallback = unique_function<void(Expected<SymbolMap>)>; 584 Error notifyResolved(const SymbolMap &Symbols); 737 AbsoluteSymbolsMaterializationUnit(SymbolMap Symbols); 746 SymbolMap Symbols; 760 absoluteSymbols(SymbolMap Symbols) { in absoluteSymbols() 882 SymbolMap ResolvedSymbols; 1339 static Expected<DenseMap<JITDylib *, SymbolMap>> 1571 Expected<SymbolMap> lookup(const JITDylibSearchOrder &SearchOrder, 1769 const SymbolMap &Symbols); [all …]
|
| H A D | Speculation.h | 114 [this](Expected<SymbolMap> Result) { in launchCompile() 145 this](Expected<SymbolMap> ReadySymbol) { in registerSymbols()
|
| H A D | EPCDynamicLibrarySearchGenerator.h | 28 using AddAbsoluteSymbolsFn = unique_function<Error(JITDylib &, SymbolMap)>;
|
| H A D | ExecutionUtils.h | 219 using AddAbsoluteSymbolsFn = unique_function<Error(JITDylib &, SymbolMap)>; 357 createStubsGraph(const SymbolMap &Resolved);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IteratorModeling.cpp | 312 auto SymbolMap = State->get<IteratorSymbolMap>(); in checkLiveSymbols() local 313 for (const IteratorPosition &Pos : llvm::make_second_range(SymbolMap)) { in checkLiveSymbols() 337 auto SymbolMap = State->get<IteratorSymbolMap>(); in checkDeadSymbols() local 338 for (const auto &Sym : SymbolMap) { in checkDeadSymbols() 727 auto SymbolMap = State->get<IteratorSymbolMap>(); in printState() local 732 if (!SymbolMap.isEmpty() || !RegionMap.isEmpty()) { in printState() 734 for (const auto &Sym : SymbolMap) { in printState()
|
| H A D | ContainerModeling.cpp | 906 auto SymbolMap = State->get<IteratorSymbolMap>(); in processIteratorPositions() local 908 for (const auto &Sym : SymbolMap) { in processIteratorPositions() 910 SymbolMap = SymbolMapFactory.add(SymbolMap, Sym.first, Proc(Sym.second)); in processIteratorPositions() 916 State = State->set<IteratorSymbolMap>(SymbolMap); in processIteratorPositions() 1042 auto SymbolMap = State->get<IteratorSymbolMap>(); in hasLiveIterators() local 1043 for (const auto &Sym : SymbolMap) { in hasLiveIterators()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebugUtils.cpp | 131 bool operator()(const orc::SymbolMap::value_type &KV) { in operator ()() 183 raw_ostream &operator<<(raw_ostream &OS, const SymbolMap::value_type &KV) { in operator <<() 192 raw_ostream &operator<<(raw_ostream &OS, const SymbolMap &Symbols) { in operator <<()
|
| H A D | Core.cpp | 197 RunQueryCompleteTask(SymbolMap ResolvedSymbols, in handleComplete() 207 SymbolMap ResolvedSymbols; in handleComplete() 260 SymbolMap Symbols) in AbsoluteSymbolsMaterializationUnit() 443 SymbolMap ResolutionMap; in materialize() 1828 DenseMap<JITDylib *, SymbolMap> CompoundResult; in lookupInitSymbols() 1847 [&, JD](Expected<SymbolMap> Result) { in lookupInitSymbols() 1909 [TOC](Expected<SymbolMap> Result) { in lookupInitSymbolsAsync() 2150 Expected<SymbolMap> 2157 std::promise<SymbolMap> PromisedResult; in lookup() 2166 PromisedResult.set_value(SymbolMap()); in lookup() [all …]
|
| H A D | EPCDynamicLibrarySearchGenerator.cpp | 42 SymbolMap NewSymbols; in tryToGenerate()
|
| H A D | LazyReexports.cpp | 84 Expected<SymbolMap> Result) mutable { in resolveTrampolineLandingAddress() 215 SymbolMap Stubs; in materialize()
|
| H A D | LookupAndRecordAddrs.cpp | 29 OnRec = std::move(OnRecorded)](Expected<SymbolMap> Result) mutable { in lookupAndRecordAddrs()
|
| H A D | ExecutionUtils.cpp | 187 SymbolMap RuntimeInterposes; in enable() 243 orc::SymbolMap NewSymbols; in tryToGenerate() 560 DLLImportDefinitionGenerator::createStubsGraph(const SymbolMap &Resolved) { in createStubsGraph()
|
| H A D | OrcV2CBindings.cpp | 153 static SymbolMap toSymbolMap(LLVMOrcCSymbolMapPairs Syms, size_t NumPairs) { in toSymbolMap() 154 SymbolMap SM; in toSymbolMap() 351 [HandleResult, Ctx](Expected<SymbolMap> Result) { in LLVMOrcExecutionSessionLookup() 435 SymbolMap SM = toSymbolMap(Syms, NumPairs); in LLVMOrcAbsoluteSymbols() 526 SymbolMap SM = toSymbolMap(Symbols, NumPairs); in LLVMOrcMaterializationResponsibilityNotifyResolved()
|
| H A D | RTDyldObjectLinkingLayer.cpp | 33 Expected<SymbolMap> InternedResult) mutable { in lookup() 229 SymbolMap Symbols; in onObjLoad()
|
| H A D | ObjectLinkingLayer.cpp | 208 std::move(LC)](Expected<SymbolMap> Result) mutable { in lookup() 238 SymbolMap InternedResult; in notifyResolved()
|
| H A D | IndirectionUtils.cpp | 42 SymbolMap Result; in materialize()
|
| H A D | LLJIT.cpp | 143 SymbolMap StdInterposes; in GenericLLVMIRPlatformSupport() 161 SymbolMap PerJDInterposes; in setupJITDylib()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | ExpressionVariable.h | 245 typedef llvm::DenseMap<const char *, lldb::addr_t> SymbolMap; typedef 246 SymbolMap
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | ExpressionVariable.cpp | 42 SymbolMap::iterator si = m_symbol_map.find(name.GetCString()); in LookupSymbol()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 581 HashKeyMap<std::unordered_map, FunctionId, Function *> SymbolMap; member in __anon254a5ace0111::SampleProfileLoader 982 auto R = SymbolMap.find(CalleeFunctionName); in tryPromoteAndInlineCandidate() 983 if (R == SymbolMap.end() || !R->second) in tryPromoteAndInlineCandidate() 1109 Samples->findInlinedFunctions(InlinedGUIDs, SymbolMap, Threshold); in findExternalInlineCandidate() 1133 Function *Func = SymbolMap.lookup(CalleeSample->getFunction()); in findExternalInlineCandidate() 1143 const Function *Callee = SymbolMap.lookup(TS.first); in findExternalInlineCandidate() 1971 Function *F = SymbolMap.lookup(Node->Name); in buildFunctionOrder() 2564 SymbolMap[FunctionId(OrigName)] = F; in runOnModule() 2567 auto r = SymbolMap.emplace(FunctionId(NewName), F); in runOnModule() 2580 SymbolMap.emplace(FunctionId(*MapName), F); in runOnModule() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 146 symbol_map SymbolMap; member in __anon1ceee7e50111::WinCOFFWriter 278 COFFSymbol *&Ret = SymbolMap[Symbol]; in GetOrCreateCOFFSymbol() 833 SymbolMap.clear(); in reset() 914 if (A.isTemporary() && !SymbolMap[&A]) { in recordRelocation() 938 SymbolMap.contains(&A) && in recordRelocation() 940 Reloc.Symb = SymbolMap[&A]; in recordRelocation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 1038 Function *> &SymbolMap, 1045 if (isDeclaration(SymbolMap.lookup(getFunction()))) { 1054 const Function *Callee = SymbolMap.lookup(TS.first); 1060 NameFS.second.findInlinedFunctions(S, SymbolMap, Threshold);
|