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

References

include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
 1196     if (AddrSpace2PointerActions[OpcodeIdx].find(AddressSpace) ==
 1200         AddrSpace2PointerActions[OpcodeIdx].find(AddressSpace)->second;
 1225     if (NumElements2Actions[OpcodeIdx].find(ElementSize) ==
 1229         NumElements2Actions[OpcodeIdx].find(ElementSize)->second;
include/llvm/CodeGen/LexicalScopes.h
  181     auto I = AbstractScopeMap.find(N);
  187     auto I = InlinedLexicalScopeMap.find(std::make_pair(N, IA));
  193     auto I = LexicalScopeMap.find(N);
include/llvm/CodeGen/LiveStacks.h
   65     SS2IntervalMap::iterator I = S2IMap.find(Slot);
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1078       auto I = FI.InlineSites.find(InlinedAt);
lib/CodeGen/LexicalScopes.cpp
  133     auto I = InlinedLexicalScopeMap.find(std::make_pair(Scope, IA));
  163   auto I = LexicalScopeMap.find(Scope);
  192   auto I = InlinedLexicalScopeMap.find(P);
  214   auto I = AbstractScopeMap.find(Scope);
lib/CodeGen/LiveStacks.cpp
   59   SS2IntervalMap::iterator I = S2IMap.find(Slot);
lib/Target/AArch64/AArch64SIMDInstrOpt.cpp
  292     if (InterlEarlyExit.find(Subtarget) != InterlEarlyExit.end())
lib/Target/BPF/BTFDebug.cpp
  600   if (!Ty || DIToIdMap.find(Ty) != DIToIdMap.end()) {
  624   if (!Ty || DIToIdMap.find(Ty) != DIToIdMap.end()) {
lib/Target/BPF/BTFDebug.h
  340     assert(DIToIdMap.find(Ty) != DIToIdMap.end() &&
lib/Target/Hexagon/RDFGraph.cpp
 1628     auto F = DefM.find(RR.Reg);
lib/Transforms/IPO/GlobalDCE.cpp
  109     auto Where = ConstantDependenciesCache.find(CE);
tools/clang/lib/Sema/SemaDecl.cpp
17267     auto Iter = EnumMap.find(EnumConstantToKey(ECD));
tools/clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
  271   if (CategoryEndOffsets.find(*Highest) == CategoryEndOffsets.end()) {
  282     if (CategoryEndOffsets.find(*I) == CategoryEndOffsets.end())
tools/lld/lib/ReaderWriter/FileArchive.cpp
   51     auto member = _symbolMemberMap.find(name);
tools/lld/lib/ReaderWriter/MachO/File.h
  346     auto entry = _nameToAtom.find(name);
tools/lldb/source/DataFormatters/TypeFormat.cpp
  156   auto iter = m_types.find(valobj_key), end = m_types.end();
tools/lldb/source/Host/common/NativeProcessProtocol.cpp
  364   auto it = m_software_breakpoints.find(addr);
  380   auto it = m_software_breakpoints.find(addr);
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 2199       auto section_it = section_name_to_section.find(sect_name.GetCString());
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  893   auto it = emulator_baton->m_register_values.find(
  970       baton.m_register_values.find(reg_info_pc->kinds[eRegisterKindDWARF]);
  972       baton.m_register_values.find(reg_info_flags->kinds[eRegisterKindDWARF]);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 2899   assert((m_saved_registers_map.find(save_id) == m_saved_registers_map.end()) &&
 2952     auto it = m_saved_registers_map.find(save_id);
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1033   auto iter = m_debug_macros_map.find(*offset);
tools/lldb/source/Target/ModuleCache.cpp
  218       m_loaded_modules.find(module_spec.GetUUID().GetAsString());
tools/llvm-exegesis/lib/Analysis.cpp
  231     const auto IndexIt = SchedClassIdToIndex.find(SchedClassId);
tools/llvm-objdump/llvm-objdump.cpp
  639     if (SourceCache.find(LineInfo.FileName) == SourceCache.end())
  642     auto LineBuffer = LineCache.find(LineInfo.FileName);
tools/llvm-xray/xray-registry.cpp
   33   auto It = Commands->find(SC);