reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
 1339   std::unordered_map<uint16_t, SmallVector<SizeAndActionsVec, 1>>
 1341   std::unordered_map<uint16_t, SmallVector<SizeAndActionsVec, 1>>
include/llvm/CodeGen/LexicalScopes.h
  233   std::unordered_map<const DILocalScope *, LexicalScope> LexicalScopeMap;
  237   std::unordered_map<std::pair<const DILocalScope *, const DILocation *>,
  244   std::unordered_map<const DILocalScope *, LexicalScope> AbstractScopeMap;
include/llvm/CodeGen/LiveStacks.h
   38   using SS2IntervalMap = std::unordered_map<int, LiveInterval>;
include/llvm/DebugInfo/PDB/PDBExtras.h
   24 using TagStats = std::unordered_map<PDB_SymType, int>;
include/llvm/Support/TrigramIndex.h
   64   std::unordered_map<unsigned, SmallVector<size_t, 4>> Index{256};
include/llvm/Transforms/IPO/GlobalDCE.h
   40   std::unordered_map<Constant *, SmallPtrSet<GlobalValue *, 8>>
include/llvm/XRay/InstrumentationMap.h
   74   using FunctionAddressMap = std::unordered_map<int32_t, uint64_t>;
   75   using FunctionAddressReverseMap = std::unordered_map<uint64_t, int32_t>;
lib/CodeGen/AsmPrinter/CodeViewDebug.h
  137     std::unordered_map<const DILocation *, InlineSite> InlineSites;
  145     std::unordered_map<const DILexicalBlockBase*, LexicalBlock> LexicalBlocks;
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
  279   std::unordered_map<unsigned, RelocationList> Relocations;
lib/Target/AArch64/AArch64SIMDInstrOpt.cpp
   79   std::unordered_map<std::string, bool> InterlEarlyExit;
lib/Target/AMDGPU/SIPeepholeSDWA.cpp
   76   std::unordered_map<MachineInstr *, std::unique_ptr<SDWAOperand>> SDWAOperands;
   77   std::unordered_map<MachineInstr *, SDWAOperandsVector> PotentialMatches;
lib/Target/BPF/BTFDebug.cpp
  271     const std::unordered_map<uint32_t, StringRef> &FuncArgNames)
  423     const std::unordered_map<uint32_t, StringRef> &FuncArgNames,
  883   std::unordered_map<uint32_t, StringRef> FuncArgNames;
lib/Target/BPF/BTFDebug.h
  136   std::unordered_map<uint32_t, StringRef> FuncArgNames;
  141                    const std::unordered_map<uint32_t, StringRef> &FuncArgNames);
  244   std::unordered_map<const DIType *, uint32_t> DIToIdMap;
  271       const std::unordered_map<uint32_t, StringRef> &FuncArgNames,
lib/Target/Hexagon/RDFGraph.h
  733     using DefStackMap = std::unordered_map<RegisterId, DefStack>;
tools/clang/include/clang/Frontend/FrontendOptions.h
  394   std::unordered_map<std::string,std::vector<std::string>> PluginArgs;
tools/clang/include/clang/Tooling/Inclusions/HeaderIncludes.h
  111   std::unordered_map<int, llvm::SmallVector<const Include *, 8>>
  124   std::unordered_map<int, int> CategoryEndOffsets;
tools/clang/lib/Sema/SemaDecl.cpp
17227   typedef std::unordered_map<int64_t, DeclOrVector> ValueToVectorMap;
tools/clang/tools/extra/clang-tidy/abseil/DurationFactoryScaleCheck.cpp
   26   static const std::unordered_map<std::string, DurationScale> ScaleMap(
tools/clang/tools/extra/clang-tidy/misc/UnusedParametersCheck.cpp
  117   std::unordered_map<const FunctionDecl *, IndexEntry> Index;
tools/lld/lib/ReaderWriter/FileArchive.cpp
  188   typedef std::unordered_map<StringRef, Archive::Child> MemberMap;
tools/lld/lib/ReaderWriter/MachO/File.h
  393   mutable std::unordered_map<StringRef, AtomAndFlags> _nameToAtom;
tools/lldb/include/lldb/DataFormatters/TypeFormat.h
  210   mutable std::unordered_map<void *, CompilerType> m_types;
tools/lldb/include/lldb/Host/common/NativeProcessProtocol.h
  403   std::unordered_map<lldb::addr_t, SoftwareBreakpoint> m_software_breakpoints;
tools/lldb/include/lldb/Target/ModuleCache.h
   69   std::unordered_map<std::string, lldb::ModuleWP> m_loaded_modules;
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1976   std::unordered_map<const char *, lldb::SectionSP> section_name_to_section;
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  870   std::unordered_map<uint32_t, RegisterValue> m_register_values;
tools/lldb/source/Plugins/Process/Utility/AuxVector.h
   70   std::unordered_map<uint64_t, uint64_t> m_auxv_entries;
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
   87   std::unordered_map<uint32_t, lldb::DataBufferSP> m_saved_registers_map;
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  474   typedef std::unordered_map<lldb::offset_t, lldb_private::DebugMacrosSP>
tools/llvm-exegesis/lib/Analysis.cpp
  216   std::unordered_map<unsigned, size_t> SchedClassIdToIndex;
tools/llvm-exegesis/lib/MCInstrDescView.h
  158   mutable std::unordered_map<unsigned, std::unique_ptr<Instruction>>
tools/llvm-exegesis/lib/RegisterAliasing.h
  100   mutable std::unordered_map<unsigned, std::unique_ptr<RegisterAliasingTracker>>
  102   mutable std::unordered_map<unsigned, std::unique_ptr<RegisterAliasingTracker>>
tools/llvm-objdump/llvm-objdump.cpp
  547   std::unordered_map<std::string, std::unique_ptr<MemoryBuffer>> SourceCache;
  549   std::unordered_map<std::string, std::vector<StringRef>> LineCache;
tools/llvm-xray/func-id-helper.h
   25   using FunctionAddressMap = std::unordered_map<int32_t, uint64_t>;
tools/llvm-xray/xray-registry.cpp
   22 ManagedStatic<std::unordered_map<cl::SubCommand *, HandlerType>> Commands;
unittests/DebugInfo/PDB/PDBApiTest.cpp
  408   std::unordered_map<PDB_SymType, std::unique_ptr<PDBSymbol>> SymbolMap;
usr/include/c++/7.4.0/bits/unordered_map.h
  180       unordered_map(const unordered_map&) = default;
  183       unordered_map(unordered_map&&) = default;
  199       unordered_map(const unordered_map& __umap,
  209       unordered_map(unordered_map&& __umap,
  234       : unordered_map(__n, hasher(), key_equal(), __a)
  239       : unordered_map(__n, __hf, key_equal(), __a)
  246 	: unordered_map(__first, __last, __n, hasher(), key_equal(), __a)
  253 	  : unordered_map(__first, __last, __n, __hf, key_equal(), __a)
  259       : unordered_map(__l, __n, hasher(), key_equal(), __a)
  265       : unordered_map(__l, __n, __hf, key_equal(), __a)
  269       unordered_map&
  270       operator=(const unordered_map&) = default;
  273       unordered_map&
  274       operator=(unordered_map&&) = default;
  287       unordered_map&
  855       swap(unordered_map& __x)
 1125 	operator==(const unordered_map<_Key1, _Tp1, _Hash1, _Pred1, _Alloc1>&,
 1126 		   const unordered_map<_Key1, _Tp1, _Hash1, _Pred1, _Alloc1>&);
 1890     swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
 1891 	 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
 1904     operator==(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
 1905 	       const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
 1910     operator!=(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
 1911 	       const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
utils/TableGen/DFAPacketizerEmitter.cpp
  406   std::unordered_map<std::string, std::vector<Record*>> ItinsByNamespace;