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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  911   Relocations[SectionID].push_back(RE);
lib/Support/TrigramIndex.cpp
   71     if (Index[Tri].size() >= 4)
   76       Index[Tri].push_back(Counts.size());
lib/Target/AArch64/AArch64SIMDInstrOpt.cpp
  293       return InterlEarlyExit[Subtarget];
  300         InterlEarlyExit[Subtarget] = false;
  305     InterlEarlyExit[Subtarget] = true;
lib/Target/AMDGPU/SIPeepholeSDWA.cpp
 1241           PotentialMatches[PotentialMI].push_back(Operand.get());
lib/Target/BPF/BTFDebug.cpp
  293       Param.NameOff = BDebug.addString(FuncArgNames[I]);
  392   DIToIdMap[Ty] = Id;
  601     TypeId = DIToIdMap[Ty];
  625     TypeId = DIToIdMap[Ty];
  890         FuncArgNames[Arg] = DV->getName();
lib/Target/BPF/BTFDebug.h
  342     return DIToIdMap[Ty];
lib/Target/Hexagon/RDFGraph.cpp
 1058     DefM[RR.Reg].push(DA);
 1064         DefM[A].push(DA);
 1114     DefM[RR.Reg].push(DA);
 1118       DefM[A].push(DA);
 1711         linkRefUp<UseNode*>(IA, PUA, DefM[RR.Reg]);
lib/Transforms/IPO/GlobalDCE.cpp
  114       SmallPtrSetImpl<GlobalValue *> &LocalDeps = ConstantDependenciesCache[CE];
lib/XRay/InstrumentationMap.cpp
  162       FunctionAddresses[FuncId] = Entry.Function;
  163       FunctionIds[Entry.Function] = FuncId;
  168       FunctionAddresses[FuncId] = Entry.Function;
  169       FunctionIds[Entry.Function] = FuncId;
  198     FunctionAddresses[Y.FuncId] = Y.Function;
  199     FunctionIds[Y.Function] = Y.FuncId;
tools/clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
  273       CategoryEndOffsets[*Highest] = FirstIncludeOffset;
  275       CategoryEndOffsets[*Highest] = MinInsertOffset;
  283       CategoryEndOffsets[*I] = CategoryEndOffsets[*std::prev(I)];
  283       CategoryEndOffsets[*I] = CategoryEndOffsets[*std::prev(I)];
  298     CategoryEndOffsets[Priority] = NextLineOffset;
  299     IncludesByPriority[Priority].push_back(&CurInclude);
tools/clang/tools/extra/clang-tidy/misc/UnusedParametersCheck.cpp
   93       Index[Fn].OtherRefs.insert(DeclRef);
  104         Index[Fn].OtherRefs.erase(Ref);
  106       Index[Fn].Calls.insert(Call);
tools/lld/lib/ReaderWriter/MachO/File.h
  306     _nameToAtom[name] = info;
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  920   emulator_baton->m_register_values[reg_info->kinds[eRegisterKindDWARF]] =
tools/lldb/source/Plugins/Process/Utility/AuxVector.cpp
   28     m_auxv_entries[type] = value;
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 2905     m_saved_registers_map[save_id] = register_data_sp;
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1042   m_debug_macros_map[*offset] = debug_macros_sp;
tools/llvm-exegesis/lib/MCInstrDescView.cpp
  285   auto &Found = Instructions[Opcode];
tools/llvm-exegesis/lib/RegisterAliasing.cpp
   75   auto &Found = RegisterClasses[RegClassIndex];
tools/llvm-objdump/llvm-objdump.cpp
  592   std::vector<StringRef> &Lines = LineCache[LineInfo.FileName];
  601   SourceCache[LineInfo.FileName] = std::move(Buffer);
tools/llvm-xray/xray-registry.cpp
   29   (*Commands)[SC] = Command;