Home
last modified time | relevance | path

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

12345678

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp90 LVSymbolNames::iterator Iter = SymbolNames.find(Name); in getEntry() local
94 LVSymbolNames::iterator Iter = SymbolNames.find(Name); in getAddress() local
98 LVSymbolNames::iterator Iter = SymbolNames.find(Name); in getIndex() local
103 LVSymbolNames::iterator Iter = SymbolNames.find(Name); in getIsComdat() local
345 LVSections::iterator Iter = Sections.find(SectionIndex); in getSection() local
356 LVSectionAddresses::const_iterator Iter = in getSection() local
598 LVLines::iterator Iter = DebugLines->begin(); in processLines() local
865 for (LVLines::iterator Iter = IterStart; Iter < IterEnd; ++Iter) in processLines() local
884 LVInlineeLine::iterator Iter = CUInlineeLines.find(Scope); in includeInlineeLines() local
917 LVLines::iterator Iter = in includeInlineeLines() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp96 static bool StepOverPredicatedInstrs(MachineBasicBlock::instr_iterator &Iter, in StepOverPredicatedInstrs()
127 static bool IsVPRDefinedOrKilledByBlock(MachineBasicBlock::iterator Iter, in IsVPRDefinedOrKilledByBlock()
159 CreateVPTBlock(MachineBasicBlock::instr_iterator &Iter, in CreateVPTBlock()
/freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/server/
H A DRPCServerSourceEmitter.cpp89 for (auto Iter = method.Params.begin(); Iter != method.Params.end(); Iter++) { in EmitStorageForParameters() local
154 for (auto Iter = method.Params.begin(); Iter != method.Params.end(); Iter++) { in EmitDecodeForParameters() local
202 for (auto Iter = method.Params.begin(); Iter != method.Params.end(); Iter++) { in CreateMethodCall() local
293 for (auto Iter = Params.begin(); Iter != Params.end(); Iter++) { in EmitEncodesForMutableParameters() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp97 auto Iter = StringToId.find(S); in getIdForString() local
103 auto Iter = IdToString.find(Id); in getStringForId() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp153 unsigned Iter; member
253 static std::string iterID(unsigned Block, unsigned Iter) { in iterID()
256 static std::string elementIterID(unsigned Block, unsigned Iter, in elementIterID()
269 unsigned Iter = Iters.back().Iter; in recordState() local
324 const Iteration &Iter = Iters[IterIdx]; in writeBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLastRunTrackingAnalysis.cpp34 auto Iter = TrackedPasses.find(ID); in shouldSkipImpl() 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/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
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/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.cpp36 auto Iter = llvm::find_if( in getRegset() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp539 SVal Iter, bool Postfix) const { in handleIncrement()
565 SVal Iter, bool Postfix) const { in handleDecrement()
675 SVal RetVal, SVal Iter, in handleAdvance()
681 SVal RetVal, SVal Iter, SVal Amount) const { in handlePrev()
686 SVal RetVal, SVal Iter, SVal Amount) const { in handleNext()
703 bool IteratorModeling::noChangeInAdvance(CheckerContext &C, SVal Iter, in noChangeInAdvance()
/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/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.cpp38 LVIntegrity::iterator Iter = Integrity.find(Element); in checkIntegrityScopesTree() local
188 LVCompileUnits::const_iterator Iter = in getFilename() local
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/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp103 IteratorTy Iter = Leafs.begin(); in getLeafOrCompositeConstructs() local
152 auto Iter = std::lower_bound( in getCompoundConstruct() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DTransformer.cpp42 auto Iter = ChangesByFileID in convertToAtomicChanges() 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/lib/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.cpp87 unsigned Iter = 0; in isObviouslySafeToFold() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h255 const_iterator Iter = find(Key); in lookup() local
264 auto Iter = this->find(std::move(Val)); in at() local
527 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.cpp118 auto Iter = ScalarMASSFuncs.find(Func.getName()); in runOnModule() local

12345678