| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
| H A D | Object.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 | Object.h | 140 DenseMap<size_t, Symbol *> SymbolMap; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 411 StringMap<Function *> SymbolMap; member in __anon4c1bc6cc0111::SampleProfileLoader 859 auto R = SymbolMap.find(CalleeFunctionName); in tryPromoteAndInlineCandidate() 860 if (R == SymbolMap.end() || !R->getValue()) in tryPromoteAndInlineCandidate() 982 Function *Func = SymbolMap.lookup(Name); in findExternalInlineCandidate() 993 const Function *Callee = SymbolMap.lookup(CalleeName); in findExternalInlineCandidate() 1102 SymbolMap, in inlineHotFunctions() 1731 Function *F = SymbolMap.lookup(Node->Name); in buildFunctionOrder() 1865 SymbolMap[OrigName] = F; in runOnModule() 1868 auto r = SymbolMap.insert(std::make_pair(NewName, F)); in runOnModule() 1881 SymbolMap.insert(std::make_pair(*MapName, F)); in runOnModule() [all …]
|
| /freebsd-13.1/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 | 113 using SymbolMap = DenseMap<SymbolStringPtr, JITEvaluatedSymbol>; variable 559 Error notifyResolved(const SymbolMap &Symbols); 710 AbsoluteSymbolsMaterializationUnit(SymbolMap Symbols); 717 static SymbolFlagsMap extractFlags(const SymbolMap &Symbols); 719 SymbolMap Symbols; 733 absoluteSymbols(SymbolMap Symbols) { in absoluteSymbols() 854 SymbolMap ResolvedSymbols; 1231 static Expected<DenseMap<JITDylib *, SymbolMap>> 1421 Expected<SymbolMap> lookup(const JITDylibSearchOrder &SearchOrder, 1633 const SymbolMap &Symbols); [all …]
|
| H A D | Speculation.h | 115 [this](Expected<SymbolMap> Result) { in launchCompile() 146 this](Expected<SymbolMap> ReadySymbol) { in registerSymbols()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IteratorModeling.cpp | 314 auto SymbolMap = State->get<IteratorSymbolMap>(); in checkLiveSymbols() local 315 for (const auto &Sym : SymbolMap) { in checkLiveSymbols() 341 auto SymbolMap = State->get<IteratorSymbolMap>(); in checkDeadSymbols() local 342 for (const auto &Sym : SymbolMap) { in checkDeadSymbols() 733 auto SymbolMap = State->get<IteratorSymbolMap>(); in printState() local 738 if (!SymbolMap.isEmpty() || !RegionMap.isEmpty()) { in printState() 740 for (const auto &Sym : SymbolMap) { in printState()
|
| H A D | ContainerModeling.cpp | 920 auto SymbolMap = State->get<IteratorSymbolMap>(); in processIteratorPositions() local 922 for (const auto &Sym : SymbolMap) { in processIteratorPositions() 924 SymbolMap = SymbolMapFactory.add(SymbolMap, Sym.first, Proc(Sym.second)); in processIteratorPositions() 930 State = State->set<IteratorSymbolMap>(SymbolMap); in processIteratorPositions() 1056 auto SymbolMap = State->get<IteratorSymbolMap>(); in hasLiveIterators() local 1057 for (const auto &Sym : SymbolMap) { in hasLiveIterators()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebugUtils.cpp | 131 bool operator()(const orc::SymbolMap::value_type &KV) { in operator ()() 184 raw_ostream &operator<<(raw_ostream &OS, const SymbolMap::value_type &KV) { in operator <<() 193 raw_ostream &operator<<(raw_ostream &OS, const SymbolMap &Symbols) { in operator <<()
|
| H A D | Core.cpp | 179 RunQueryCompleteTask(SymbolMap ResolvedSymbols, in handleComplete() 189 SymbolMap ResolvedSymbols; in handleComplete() 242 SymbolMap Symbols) in AbsoluteSymbolsMaterializationUnit() 414 SymbolMap ResolutionMap; in materialize() 1708 DenseMap<JITDylib *, SymbolMap> CompoundResult; in lookupInitSymbols() 1727 [&, JD](Expected<SymbolMap> Result) { in lookupInitSymbols() 1789 [TOC](Expected<SymbolMap> Result) { in lookupInitSymbolsAsync() 1977 Expected<SymbolMap> 1984 std::promise<SymbolMap> PromisedResult; in lookup() 1993 PromisedResult.set_value(SymbolMap()); in lookup() [all …]
|
| H A D | EPCDynamicLibrarySearchGenerator.cpp | 42 SymbolMap NewSymbols; in tryToGenerate()
|
| H A D | LazyReexports.cpp | 83 Expected<SymbolMap> Result) mutable { in resolveTrampolineLandingAddress() 206 SymbolMap Stubs; in materialize()
|
| H A D | RTDyldObjectLinkingLayer.cpp | 33 Expected<SymbolMap> InternedResult) mutable { in lookup() 193 SymbolMap Symbols; in onObjLoad()
|
| H A D | ExecutionUtils.cpp | 186 SymbolMap RuntimeInterposes; in enable() 240 orc::SymbolMap NewSymbols; in tryToGenerate()
|
| H A D | OrcV2CBindings.cpp | 259 static SymbolMap toSymbolMap(LLVMOrcCSymbolMapPairs Syms, size_t NumPairs) { in toSymbolMap() 260 SymbolMap SM; in toSymbolMap() 380 SymbolMap SM = toSymbolMap(Syms, NumPairs); in LLVMOrcAbsoluteSymbols() 472 SymbolMap SM = toSymbolMap(Symbols, NumPairs); in LLVMOrcMaterializationResponsibilityNotifyResolved()
|
| H A D | LLJIT.cpp | 135 SymbolMap StdInterposes; in GenericLLVMIRPlatformSupport() 156 SymbolMap PerJDInterposes; in setupJITDylib()
|
| H A D | ObjectLinkingLayer.cpp | 178 std::move(LC)](Expected<SymbolMap> Result) mutable { in lookup() 208 SymbolMap InternedResult; in notifyResolved()
|
| H A D | IndirectionUtils.cpp | 37 SymbolMap Result; in materialize()
|
| H A D | MachOPlatform.cpp | 476 void operator()(Expected<SymbolMap> Result) { in rt_lookupSymbol()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | ExpressionVariable.h | 247 typedef llvm::DenseMap<const char *, lldb::addr_t> SymbolMap; typedef 248 SymbolMap
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/lli/ |
| H A D | ExecutionUtils.h | 47 orc::SymbolMap BuiltinFunctions;
|
| H A D | ExecutionUtils.cpp | 121 orc::SymbolMap NewSymbols; in tryToGenerate()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | ExpressionVariable.cpp | 34 SymbolMap::iterator si = m_symbol_map.find(name.GetCString()); in LookupSymbol()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 147 symbol_map SymbolMap; member in __anon6e96ad630111::WinCOFFObjectWriter 169 SymbolMap.clear(); in reset() 255 COFFSymbol *&Ret = SymbolMap[Symbol]; in GetOrCreateCOFFSymbol() 781 SymbolMap.find(&A) != SymbolMap.end() && in recordRelocation() 783 Reloc.Symb = SymbolMap[&A]; in recordRelocation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 752 const StringMap<Function *> &SymbolMap, 759 if (isDeclaration(SymbolMap.lookup(getFuncName()))) { 768 const Function *Callee = SymbolMap.lookup(getFuncName(TS.getKey())); 774 NameFS.second.findInlinedFunctions(S, SymbolMap, Threshold);
|