|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/CodeGen/LiveStacks.h 55 const_iterator end() const { return S2IMap.end(); }
73 assert(I != S2IMap.end() && "Interval does not exist for stack slot");
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp 912 assert(I != FI.InlineSites.end() &&
lib/CodeGen/GlobalISel/LegalizerInfo.cpp 626 AddrSpace2PointerActions[OpcodeIdx].end()) {
671 if (i == NumElements2Actions[OpcodeIdx].end()) {
lib/DebugInfo/PDB/PDBExtras.cpp 389 for (auto Tag : Stats) {
lib/Support/TrigramIndex.cpp 99 if (II == Index.end())
lib/XRay/InstrumentationMap.cpp 38 if (I != FunctionIds.end())
45 if (I != FunctionAddresses.end())
tools/clang/lib/Tooling/Inclusions/HeaderIncludes.cpp 323 assert(CatOffset != CategoryEndOffsets.end());
326 if (Iter != IncludesByPriority.end()) {
tools/clang/tools/extra/clang-tidy/abseil/DurationFactoryScaleCheck.cpp 35 if (ScaleIter == ScaleMap.end())
tools/lldb/source/Plugins/Process/Utility/AuxVector.cpp 35 if (it != m_auxv_entries.end())
45 for (auto entry : m_auxv_entries) {
tools/llvm-xray/func-id-helper.cpp 27 if (It == FunctionAddresses.end()) {
55 if (It == FunctionAddresses.end())