Home
last modified time | relevance | path

Searched defs:Iter (Results 1 – 25 of 169) sorted by relevance

1234567

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp90 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 = SymbolNames.find(std::string(Name)); in getIsComdat() local
345 LVSections::iterator Iter = Sections.find(SectionIndex); in getSection() local
356 LVSectionAddresses::const_iterator Iter = in getSection() local
613 LVLines::iterator Iter = DebugLines->begin(); in processLines() local
881 for (LVLines::iterator Iter = IterStart; Iter < IterEnd; ++Iter) in processLines() local
900 LVInlineeLine::iterator Iter = CUInlineeLines.find(Scope); in includeInlineeLines() local
933 LVLines::iterator Iter = std::find_if( in includeInlineeLines() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DAnnotationRemarks.cpp55 auto Iter = DebugLoc2Annotated.insert({I.getDebugLoc().getAsMDNode(), {}}); in runImpl() local
65 auto Iter = Mapping.insert({AnnotationStr, 0}); in runImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp100 static bool StepOverPredicatedInstrs(MachineBasicBlock::instr_iterator &Iter, in StepOverPredicatedInstrs()
131 static bool IsVPRDefinedOrKilledByBlock(MachineBasicBlock::iterator Iter, in IsVPRDefinedOrKilledByBlock()
163 CreateVPTBlock(MachineBasicBlock::instr_iterator &Iter, in CreateVPTBlock()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp98 auto Iter = StringToId.find(S); in getIdForString() local
104 auto Iter = IdToString.find(Id); in getStringForId() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp275 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 = AddressToPublicSymId.find({Sect, Offset}); in findPublicSymbolBySectOffset() local
626 auto Iter = FileNameOffsetToId.find(Checksums.FileNameOffset); in getOrCreateSourceFile() local
H A DInputFile.cpp245 auto Iter = SC.checksums().getArray().at(Offset); in getNameFromChecksums() local
280 auto Iter = SC.checksums().getArray().at(Offset); in formatFromChecksumsOffset() local
531 auto &Iter in scanToNextDebugS() local
[all...]
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp154 unsigned Iter; member
254 static std::string iterID(unsigned Block, unsigned Iter) { in iterID()
257 static std::string elementIterID(unsigned Block, unsigned Iter, in elementIterID()
270 unsigned Iter = Iters.back().Iter; in recordState() local
325 const Iteration &Iter = Iters[IterIdx]; in writeBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp101 IteratorTy Iter = Leafs.begin(); in getLeafOrCompositeConstructs() local
150 auto Iter = std::lower_bound( in getCompoundConstruct() local
/freebsd/contrib/llvm-project/llvm/lib/Testing/Annotations/
H A DAnnotations.cpp107 auto Iter = Points.find(Name); in pointsWithPayload() local
152 auto Iter = Ranges.find(Name); in rangesWithPayload() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp535 SVal Iter, bool Postfix) const { in handleIncrement()
561 SVal Iter, bool Postfix) const { in handleDecrement()
669 SVal RetVal, SVal Iter, in handleAdvance()
675 SVal RetVal, SVal Iter, SVal Amount) const { in handlePrev()
680 SVal RetVal, SVal Iter, SVal Amount) const { in handleNext()
696 bool IteratorModeling::noChangeInAdvance(CheckerContext &C, SVal Iter, in noChangeInAdvance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.cpp36 auto Iter = llvm::find_if( in getRegset() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp75 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 DLVReader.cpp39 LVIntegrity::iterator Iter = Integrity.find(Element); in checkIntegrityScopesTree() local
190 LVCompileUnits::const_iterator Iter = in getFilename() local
H A DLVScope.cpp262 auto Iter = std::remove_if(Container->begin(), Container->end(), Predicate); in removeElement() local
303 LVSymbols::iterator Iter = std::remove_if( addMissingElements() local
1262 LVAddressToLine::const_iterator Iter = Map->lower_bound(Address); lineLowerBound() local
1272 LVAddressToLine::const_iterator Iter = Map->upper_bound(Address); lineUpperBound() local
1429 for (LVPublicNames::const_iterator Iter = PublicNames.begin(); printLocalNames() local
1433 LVPublicNames::const_iterator Iter; printLocalNames() local
1464 LVOffsetElementMap::const_iterator Iter = Map.find(Offset); printWarnings() local
1537 LVSizesMap::const_iterator Iter = Sizes.find(Scope); printScopeSize() local
[all...]
H A DLVSymbol.cpp114 LVLocations::iterator Iter = Locations->insert(Pos, Gap); in addLocationGap() local
144 for (LVLocations::iterator Iter = Locations->begin(); in fillLocationGaps() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DUnresolvedSet.h40 explicit UnresolvedSetIterator(DeclAccessPair *Iter) in UnresolvedSetIterator()
42 explicit UnresolvedSetIterator(const DeclAccessPair *Iter) in UnresolvedSetIterator()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DTransformer.cpp43 auto Iter = ChangesByFileID in convertToAtomicChanges() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp341 auto Iter = in addExistingInclude() local
382 auto Iter = IncludesByPriority.find(Priority); in insert() local
409 auto Iter = ExistingIncludes.find(IncludeName); in remove() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSourceMgr.h66 CircularSourceMgr(ArrayRef<UniqueInst> S, unsigned Iter) in CircularSourceMgr()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVStringPool.h51 TableType::const_iterator Iter = StringTable.find(Key); in findIndex() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h254 const_iterator Iter = find(Key); in lookup() local
263 auto Iter = this->find(std::move(Val)); in at() local
526 explicit StringMapKeyIterator(StringMapConstIterator<ValueTy> Iter) in StringMapKeyIterator()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Core/
H A DDiagnostic.cpp63 auto Iter = llvm::find_if(D.Notes, [](const tooling::DiagnosticMessage &D) { in selectFirstFix() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryItemStream.h91 size_t Idx = std::distance(ItemEndOffsets.begin(), Iter); in translateOffsetIndex() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h49 Iter.first->second.update(RecordSize); in update() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCGenScalarMASSEntries.cpp119 auto Iter = ScalarMASSFuncs.find(Func.getName()); in runOnModule() local

1234567