Home
last modified time | relevance | path

Searched defs:Ids (Results 1 – 23 of 23) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Option/
H A DArgList.h46 OptSpecifier Ids[NumOptSpecifiers ? NumOptSpecifiers : 1]; variable
205 filtered(OptSpecifiers ...Ids) const { in filtered() argument
216 filtered_reverse(OptSpecifiers...Ids) filtered_reverse() argument
240 hasArgNoClaim(OptSpecifiers...Ids) hasArgNoClaim() argument
244 hasArg(OptSpecifiers...Ids) hasArg() argument
256 getLastArg(OptSpecifiers...Ids) getLastArg() argument
268 getLastArgNoClaim(OptSpecifiers...Ids) getLastArgNoClaim() argument
323 AddLastArg(ArgStringList & Output,OptSpecifiers...Ids) AddLastArg() argument
358 claimAllArgs(OptSpecifiers...Ids) claimAllArgs() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.h26 codeview::LazyRandomTypeCollection &Ids, in MinimalSymbolDumper()
31 codeview::LazyRandomTypeCollection &Ids, in MinimalSymbolDumper()
62 codeview::LazyRandomTypeCollection &Ids; variable
H A DTypeReferenceTracker.h54 codeview::LazyRandomTypeCollection *Ids = nullptr; variable
H A DDumpOutputStyle.cpp1466 auto &Ids = File.ids(); dumpModuleSymsForPdb() local
1557 auto &Ids = File.ids(); dumpGSIRecords() local
1597 auto &Ids = File.ids(); dumpGlobals() local
1693 auto &Ids = File.ids(); dumpSymbolsFromGSI() local
H A Dllvm-pdbutil.cpp1019 void diaDumpChildren(PDBSymbol &Outer, PdbSymbolIdField Ids, in diaDumpChildren()
1060 PdbSymbolIdField Ids = opts::diadump::NoSymIndexIds ? PdbSymbolIdField::None in dumpDia() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h43 LazyRandomTypeCollection &Ids; variable
61 LazyRandomTypeCollection &Types, LazyRandomTypeCollection &Ids, in LVTypeVisitor()
129 LazyRandomTypeCollection &Ids; variable
182 LazyRandomTypeCollection &Ids, in LVSymbolVisitor()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp252 const CVTypeArray &Ids) { in mergeIdRecords()
286 const CVTypeArray &Ids, in mergeIdRecords()
440 const CVTypeArray &Ids) { in mergeIdRecords()
474 const CVTypeArray &Ids, in mergeIdRecords()
H A DDebugCrossImpSubsection.cpp75 std::vector<T> Ids; in commit() local
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCCalls.cpp29 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents; in GCCollectableCallsChecker() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp420 LazyRandomTypeCollection &Ids = ids(); in loadTypeServer() local
526 LazyRandomTypeCollection &Ids = ids(); in loadPrecompiledObject() local
571 LazyRandomTypeCollection &Ids = ids(); in traverseTypeSection() local
580 LazyRandomTypeCollection &Ids) { in traverseTypes()
584 SpecialStream StreamIdx) -> Error { in traverseTypes()
627 LazyRandomTypeCollection &Ids = ids(); in traverseSymbolsSubsection() local
953 LazyRandomTypeCollection &Ids = ids(); in createScopes() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DNSAPI.h150 StringRef Ids[] = { "setObject", "forKeyedSubscript" }; in getSetObjectForKeyedSubscriptSelector() local
156 StringRef Ids[] = { "setObject", "atIndexedSubscript" }; in getSetObjectAtIndexedSubscriptSelector() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h50 TypeCollectionPtr Ids; variable
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp76 LazyRandomTypeCollection &Ids = Ipi->typeCollection(); in getName() local
/freebsd-src/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp112 ArrayRef<OptSpecifier> Ids, in AddAllArgsExcept()
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp606 getOrInitSelector(ArrayRef<StringRef> Ids,Selector & Sel) const getOrInitSelector() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h279 PragmaWarning(SourceLocation Loc,PragmaWarningSpecifier WarningSpec,ArrayRef<int> Ids) PragmaWarning() argument
575 PragmaWarning(SourceLocation Loc,PragmaWarningSpecifier WarningSpec,ArrayRef<int> Ids) PragmaWarning() argument
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp603 PragmaWarning(SourceLocation Loc,PragmaWarningSpecifier WarningSpec,ArrayRef<int> Ids) PragmaWarning() argument
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp295 std::vector<NodeId> Ids; in getSubtreeBfs() local
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1477 SmallVector<int, 4> Ids; HandlePragma() local
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2310 PrintActions1(const Compilation & C,Action * A,std::map<Action *,unsigned> & Ids,Twine Indent={},int Kind=TopLevelAction) PrintActions1() argument
2397 std::map<Action *, unsigned> Ids; PrintActions() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9661 auto &Ids = ForwardRefTypeIds[I.first]; parseTypeTests() local
9700 auto &Ids = ForwardRefTypeIds[I.first]; parseVFuncIdList() local
9737 auto &Ids = ForwardRefTypeIds[I.first]; parseConstVCallList() local
/freebsd-src/sys/contrib/dev/acpica/include/
H A Dactypes.h1404 ACPI_PNP_DEVICE_ID Ids[]; /* ID array */ member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1287 auto &Ids = std::get<1>(Calls[0]); updateStackNodes() local
[all...]