Home
last modified time | relevance | path

Searched refs:Ids (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DArgList.h60 for (auto Id : Ids) { in SkipToNextArg()
83 this->Ids[I] = Ids[I]; in Current()
205 filtered(OptSpecifiers ...Ids) const { in filtered() argument
216 filtered_reverse(OptSpecifiers ...Ids) const { in filtered_reverse() argument
241 return getLastArgNoClaim(Ids...) != nullptr; in hasArgNoClaim()
244 bool hasArg(OptSpecifiers ...Ids) const { in hasArg() argument
245 return getLastArg(Ids...) != nullptr; in hasArg()
256 Arg *getLastArg(OptSpecifiers ...Ids) const { in getLastArg() argument
258 for (Arg *A : filtered(Ids...)) { in getLastArg()
269 for (Arg *A : filtered_reverse(Ids...)) in getLastArgNoClaim()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.h26 codeview::LazyRandomTypeCollection &Ids, in MinimalSymbolDumper() argument
28 : P(P), RecordBytes(RecordBytes), Ids(Ids), Types(Types) {} in MinimalSymbolDumper()
31 codeview::LazyRandomTypeCollection &Ids, in MinimalSymbolDumper() argument
33 : P(P), RecordBytes(RecordBytes), SymGroup(&SymGroup), Ids(Ids), in MinimalSymbolDumper()
62 codeview::LazyRandomTypeCollection &Ids; variable
H A DTypeReferenceTracker.cpp35 Ids(File.isPdb() ? &File.ids() : nullptr) { in TypeReferenceTracker()
40 if (Ids) { in TypeReferenceTracker()
41 NumIdRecords = getNumRecordsInCollection(*Ids); in TypeReferenceTracker()
94 (Ids && RefKind == TiRefKind::IndexRef) ? IdReferenced : TypeReferenced; in addOneTypeRef()
133 std::optional<CVType> Rec = (Ids && RefKind == TiRefKind::IndexRef) in markReferencedTypes()
134 ? Ids->tryGetType(RefTI) in markReferencedTypes()
H A DTypeReferenceTracker.h54 codeview::LazyRandomTypeCollection *Ids = nullptr; variable
H A DDumpOutputStyle.cpp1466 auto &Ids = File.ids(); in dumpModuleSymsForPdb() local
1484 Ids, Types); in dumpModuleSymsForPdb()
1557 auto &Ids = File.ids(); in dumpGSIRecords() local
1562 MinimalSymbolDumper Dumper(P, opts::dump::DumpSymRecordBytes, Ids, Types); in dumpGSIRecords()
1597 auto &Ids = File.ids(); in dumpGlobals() local
1601 MinimalSymbolDumper Dumper(P, opts::dump::DumpSymRecordBytes, Ids, Types); in dumpGlobals()
1693 auto &Ids = File.ids(); in dumpSymbolsFromGSI() local
1707 MinimalSymbolDumper Dumper(P, opts::dump::DumpSymRecordBytes, Ids, Types); in dumpSymbolsFromGSI()
H A Dllvm-pdbutil.cpp1019 void diaDumpChildren(PDBSymbol &Outer, PdbSymbolIdField Ids, in diaDumpChildren() argument
1028 Child->defaultDump(outs(), 4, Ids, Recurse); in diaDumpChildren()
1060 PdbSymbolIdField Ids = opts::diadump::NoSymIndexIds ? PdbSymbolIdField::None in dumpDia() local
1067 Ids &= ~(PdbSymbolIdField::ClassParent | PdbSymbolIdField::LexicalParent); in dumpDia()
1073 Child->defaultDump(outs(), 2, Ids, Recurse); in dumpDia()
1075 diaDumpChildren<PDBSymbolTypeEnum, PDBSymbolData>(*Child, Ids, Recurse); in dumpDia()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.cpp75 std::vector<T> Ids; in commit() local
76 Ids.reserve(Mappings.size()); in commit()
79 Ids.push_back(&M); in commit()
81 llvm::sort(Ids, [this](const T &L1, const T &L2) { in commit()
86 for (const auto &Item : Ids) { in commit()
H A DTypeStreamMerger.cpp84 const CVTypeArray &Ids);
96 const CVTypeArray &Ids,
252 const CVTypeArray &Ids) { in mergeIdRecords() argument
257 return doit(Ids); in mergeIdRecords()
286 const CVTypeArray &Ids, in mergeIdRecords() argument
293 return doit(Ids); in mergeIdRecords()
440 const CVTypeArray &Ids) { in mergeIdRecords() argument
442 return M.mergeIdRecords(Dest, TypeSourceToDest, Ids); in mergeIdRecords()
474 const CVTypeArray &Ids, in mergeIdRecords() argument
477 return M.mergeIdRecords(Dest, Types, Ids, Hashes); in mergeIdRecords()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNSAPI.h150 StringRef Ids[] = { "setObject", "forKeyedSubscript" }; in getSetObjectForKeyedSubscriptSelector() local
151 return getOrInitSelector(Ids, setObjectForKeyedSubscriptSel); in getSetObjectForKeyedSubscriptSelector()
156 StringRef Ids[] = { "setObject", "atIndexedSubscript" }; in getSetObjectAtIndexedSubscriptSelector() local
157 return getOrInitSelector(Ids, setObjectAtIndexedSubscriptSel); in getSetObjectAtIndexedSubscriptSelector()
235 Selector getOrInitSelector(ArrayRef<StringRef> Ids, Selector &Sel) const;
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCCalls.cpp29 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents; in GCCollectableCallsChecker() local
30 NSMakeCollectableII = &Ids.get("NSMakeCollectable"); in GCCollectableCallsChecker()
31 CFMakeCollectableII = &Ids.get("CFMakeCollectable"); in GCCollectableCallsChecker()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp420 LazyRandomTypeCollection &Ids = ids(); in loadTypeServer() local
421 if (Error Err = traverseTypes(Pdb, Types, Ids)) in loadTypeServer()
526 LazyRandomTypeCollection &Ids = ids(); in loadPrecompiledObject() local
527 LVTypeVisitor TDV(W, &LogicalVisitor, Types, Ids, StreamTPI, in loadPrecompiledObject()
571 LazyRandomTypeCollection &Ids = ids(); in traverseTypeSection() local
583 LazyRandomTypeCollection &Ids, in traverseTypes()
599 if (Error Err = VisitTypes(Types, Ids, StreamTPI)) in traverseTypes()
611 return VisitTypes(Ids, Ids, StreamIPI); in traverseTypes()
627 LazyRandomTypeCollection &Ids = ids(); in traverseSymbolsSubsection() local
953 LazyRandomTypeCollection &Ids = ids(); in createScopes() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp57 ArgList::getRange(std::initializer_list<OptSpecifier> Ids) const { in getRange()
59 for (auto Id : Ids) { in getRange()
112 ArrayRef<OptSpecifier> Ids, in AddAllArgsExcept() argument
123 for (OptSpecifier Id : Ids) { in AddAllArgsExcept()
136 ArrayRef<OptSpecifier> Ids) const { in addAllArgs()
138 AddAllArgsExcept(Output, Ids, Exclude); in addAllArgs()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h43 LazyRandomTypeCollection &Ids; variable
61 LazyRandomTypeCollection &Types, LazyRandomTypeCollection &Ids, in LVTypeVisitor() argument
64 Types(Types), Ids(Ids), StreamIdx(StreamIdx), Shared(Shared) { in LVTypeVisitor()
65 HasIds = &Types != &Ids; in LVTypeVisitor()
129 LazyRandomTypeCollection &Ids; variable
182 LazyRandomTypeCollection &Ids, in LVSymbolVisitor() argument
185 Ids(Ids), ObjDelegate(ObjDelegate), Shared(Shared) { in LVSymbolVisitor()
186 HasIds = &Types != &Ids; in LVSymbolVisitor()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp76 LazyRandomTypeCollection &Ids = Ipi->typeCollection(); in getName() local
77 CVType InlineeType = Ids.getType(Sym.Inlinee); in getName()
92 QualifiedName.append(std::string(Ids.getTypeName(ParentScope))); in getName()
97 QualifiedName.append(std::string(Ids.getTypeName(Sym.Inlinee))); in getName()
H A DInputFile.cpp418 if (Ids && Kind == kIds) in getOrCreateTypeCollection()
419 return *Ids; in getOrCreateTypeCollection()
428 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; in getOrCreateTypeCollection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeStreamMerger.h72 const CVTypeArray &Ids);
110 const CVTypeArray &Ids,
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfname.c562 NextIdString = ACPI_CAST_PTR (char, Info->CompatibleIdList.Ids); in AcpiGetObjectInfo()
602 NextIdString = AcpiNsCopyDeviceId (&Info->CompatibleIdList.Ids[i], in AcpiGetObjectInfo()
603 &CidList->Ids[i], NextIdString); in AcpiGetObjectInfo()
605 if (AcpiUtIsPciRootBridge (CidList->Ids[i].String)) in AcpiGetObjectInfo()
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutids.c450 NextIdString = ACPI_CAST_PTR (char, CidList->Ids) + in AcpiUtExecute_CID()
473 CidList->Ids[i].String = NextIdString; in AcpiUtExecute_CID()
474 CidList->Ids[i].Length = Length; in AcpiUtExecute_CID()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h279 ArrayRef<int> Ids) {} in PragmaWarning() argument
575 ArrayRef<int> Ids) override { in PragmaWarning() argument
576 First->PragmaWarning(Loc, WarningSpec, Ids); in PragmaWarning()
577 Second->PragmaWarning(Loc, WarningSpec, Ids); in PragmaWarning()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1139 if (Ids.size() == 1) { in assignStackNodesPostOrder()
1142 assert(Node == getNodeForStackId(Ids[0])); in assignStackNodesPostOrder()
1166 assert(LastId == Ids.back()); in assignStackNodesPostOrder()
1179 for (auto Id : Ids) { in assignStackNodesPostOrder()
1226 for (auto Id : Ids) { in assignStackNodesPostOrder()
1287 auto &Ids = std::get<1>(Calls[0]); in updateStackNodes() local
1288 if (Ids.size() == 1) in updateStackNodes()
1324 assert(LastId == Ids.back()); in updateStackNodes()
1338 for (auto IdIter = Ids.rbegin() + 1; IdIter != Ids.rend(); IdIter++) { in updateStackNodes()
1383 if (Ids.back() != getLastStackId(Call)) { in updateStackNodes()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp295 std::vector<NodeId> Ids; in getSubtreeBfs() local
297 Ids.push_back(Root); in getSubtreeBfs()
298 while (Expanded < Ids.size()) in getSubtreeBfs()
299 for (NodeId Child : Tree.getNode(Ids[Expanded++]).Children) in getSubtreeBfs()
300 Ids.push_back(Child); in getSubtreeBfs()
301 return Ids; in getSubtreeBfs()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp606 Selector NSAPI::getOrInitSelector(ArrayRef<StringRef> Ids, in getOrInitSelector() argument
611 I = Ids.begin(), E = Ids.end(); I != E; ++I) in getOrInitSelector()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp167 ArrayRef<int> Ids) override;
603 ArrayRef<int> Ids) { in PragmaWarning() argument
620 for (ArrayRef<int>::iterator I = Ids.begin(), E = Ids.end(); I != E; ++I) in PragmaWarning()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_acpi.c211 devinfo->CompatibleIdList.Ids[i].String) == 0) { in acpi_dev_present_cb()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h50 TypeCollectionPtr Ids; variable

12