/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 90 LVSymbolNames::iterator Iter = SymbolNames.find(std::string(Name)); in getEntry() local 94 LVSymbolNames::iterator Iter = SymbolNames.find(std::string(Name)); in getAddress() local 98 LVSymbolNames::iterator Iter = SymbolNames.find(std::string(Name)); in getIndex() local 103 LVSymbolNames::iterator Iter in getIsComdat() local 316 LVSections::iterator Iter = Sections.find(SectionIndex); getSection() local 327 LVSectionAddresses::const_iterator Iter = getSection() local 584 LVLines::iterator Iter = DebugLines->begin(); processLines() local 852 for (LVLines::iterator Iter = IterStart; Iter < IterEnd; ++Iter) processLines() local 871 LVInlineeLine::iterator Iter = CUInlineeLines.find(Scope); includeInlineeLines() local 904 LVLines::iterator Iter = std::find_if( includeInlineeLines() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | AnnotationRemarks.cpp | 55 auto Iter = DebugLoc2Annotated.insert({I.getDebugLoc().getAsMDNode(), {}}); in runImpl() local 65 auto Iter = Mapping.insert({AnnotationStr, 0}); in runImpl() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVEVPTBlockPass.cpp | 100 static bool StepOverPredicatedInstrs(MachineBasicBlock::instr_iterator &Iter, in StepOverPredicatedInstrs() argument 131 IsVPRDefinedOrKilledByBlock(MachineBasicBlock::iterator Iter,MachineBasicBlock::iterator End) IsVPRDefinedOrKilledByBlock() argument 162 CreateVPTBlock(MachineBasicBlock::instr_iterator & Iter,MachineBasicBlock::instr_iterator EndIter,SmallVectorImpl<MachineInstr * > & DeadInstructions) CreateVPTBlock() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugStringTableSubsection.cpp | 98 auto Iter = StringToId.find(S); in getIdForString() local 104 auto Iter = IdToString.find(Id); in getStringForId() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | SymbolCache.cpp | 275 auto Iter = GlobalOffsetToSymbolId.find(Offset); in getOrCreateGlobalSymbolByOffset() local 304 auto Iter = SymTabOffsetToSymbolId.find({Modi, RecordOffset}); in getOrCreateInlineSymbol() local 341 auto Iter = AddressToSymbolId.find({Sect, Offset}); in findFunctionSymbolBySectOffset() local 386 auto Iter in findPublicSymbolBySectOffset() local 627 auto Iter = FileNameOffsetToId.find(Checksums.FileNameOffset); getOrCreateSourceFile() local [all...] |
H A D | InputFile.cpp | 245 auto Iter = SC.checksums().getArray().at(Offset); in getNameFromChecksums() local 280 auto Iter = SC.checksums().getArray().at(Offset); in formatFromChecksumsOffset() local 531 auto &Iter = *SectionIter; in scanToNextDebugS() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | HTMLLogger.cpp | 154 unsigned Iter; member 246 iterID(unsigned Block,unsigned Iter) iterID() argument 249 elementIterID(unsigned Block,unsigned Iter,unsigned Element) elementIterID() argument 262 unsigned Iter = Iters.back().Iter; recordState() local 313 const Iteration &Iter = Iters[IterIdx]; writeBlock() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Testing/Annotations/ |
H A D | Annotations.cpp | 107 auto Iter = Points.find(Name); in pointsWithPayload() local 152 auto Iter = Ranges.find(Name); in rangesWithPayload() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | RegisterUtilities.cpp | 36 auto Iter = llvm::find_if( in getRegset() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IteratorModeling.cpp | 534 handleIncrement(CheckerContext & C,SVal RetVal,SVal Iter,bool Postfix) const handleIncrement() argument 560 handleDecrement(CheckerContext & C,SVal RetVal,SVal Iter,bool Postfix) const handleDecrement() argument 668 handleAdvance(CheckerContext & C,const Expr * CE,SVal RetVal,SVal Iter,SVal Amount) const handleAdvance() argument 674 handlePrev(CheckerContext & C,const Expr * CE,SVal RetVal,SVal Iter,SVal Amount) const handlePrev() argument 679 handleNext(CheckerContext & C,const Expr * CE,SVal RetVal,SVal Iter,SVal Amount) const handleNext() argument 695 noChangeInAdvance(CheckerContext & C,SVal Iter,const Expr * CE) const noChangeInAdvance() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | UnresolvedSet.h | 40 explicit UnresolvedSetIterator(DeclAccessPair *Iter) in UnresolvedSetIterator() argument 42 explicit UnresolvedSetIterator(const DeclAccessPair *Iter) in UnresolvedSetIterator() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVCompare.cpp | 75 LVCompareInfo::iterator Iter = Results.find(Kind); in getResultsEntry() local 81 LVCompareInfo::iterator Iter = getResultsEntry(Element); in updateExpected() local 89 LVCompareInfo::iterator Iter = getResultsEntry(Element); in updateMissingOrAdded() local
|
H A D | LVReader.cpp | 39 LVIntegrity::iterator Iter = Integrity.find(Element); in checkIntegrityScopesTree() local 190 LVCompileUnits::const_iterator Iter = in getFilename() local
|
H A D | LVSymbol.cpp | 114 LVLocations::iterator Iter = Locations->insert(Pos, Gap); in addLocationGap() local 144 for (LVLocations::iterator Iter = Locations->begin(); in fillLocationGaps() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringMap.h | 235 const_iterator Iter = find(Key); lookup() local 244 auto Iter = this->find(std::move(Val)); at() local 492 StringMapKeyIterator(StringMapConstIterator<ValueTy> Iter) StringMapKeyIterator() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | Transformer.cpp | 43 auto Iter = ChangesByFileID in convertToAtomicChanges() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | SourceMgr.h | 66 CircularSourceMgr(ArrayRef<UniqueInst> S, unsigned Iter) in CircularSourceMgr()
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
H A D | HeaderIncludes.cpp | 331 auto Iter = addExistingInclude() local 372 auto Iter = IncludesByPriority.find(Priority); insert() local 399 auto Iter = ExistingIncludes.find(IncludeName); remove() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVStringPool.h | 51 TableType::const_iterator Iter = StringTable.find(Key); in findIndex() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Core/ |
H A D | Diagnostic.cpp | 63 auto Iter = llvm::find_if(D.Notes, [](const tooling::DiagnosticMessage &D) { in selectFirstFix() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BinaryItemStream.h | 90 auto Iter = llvm::lower_bound(ItemEndOffsets, Offset); in translateOffsetIndex() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | DumpOutputStyle.h | 47 auto Iter = Individual.try_emplace(Kind, 1, RecordSize); in update() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | InterfaceFile.cpp | 44 auto Iter = lower_bound(ParentUmbrellas, Target_, addParentUmbrella() local 61 auto Iter = addRPath() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCGenScalarMASSEntries.cpp | 119 auto Iter = ScalarMASSFuncs.find(Func.getName()); in runOnModule() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryProfileInfo.h | 124 IteratorT Iter; global() member
|