/freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
H A D | ArgList.h | 46 OptSpecifier Ids[NumOptSpecifiers ? NumOptSpecifiers : 1]; variable 205 filtered(OptSpecifiers ...Ids) const { in filtered() 216 filtered_reverse(OptSpecifiers ...Ids) const { in filtered_reverse() 240 bool hasArgNoClaim(OptSpecifiers ...Ids) const { in hasArgNoClaim() 244 bool hasArg(OptSpecifiers ...Ids) const { in hasArg() 256 Arg *getLastArg(OptSpecifiers ...Ids) const { in getLastArg() 268 Arg *getLastArgNoClaim(OptSpecifiers ...Ids) const { in getLastArgNoClaim() 323 void addLastArg(ArgStringList &Output, OptSpecifiers... Ids) const { in addLastArg() 328 void AddLastArg(ArgStringList &Output, OptSpecifiers... Ids) const { in AddLastArg() 362 void claimAllArgs(OptSpecifiers... Ids) const { in claimAllArgs()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.h | 26 codeview::LazyRandomTypeCollection &Ids, in MinimalSymbolDumper() 31 codeview::LazyRandomTypeCollection &Ids, in MinimalSymbolDumper() 62 codeview::LazyRandomTypeCollection &Ids; variable
|
H A D | TypeReferenceTracker.h | 54 codeview::LazyRandomTypeCollection *Ids = nullptr; variable
|
H A D | DumpOutputStyle.cpp | 1465 auto &Ids = File.ids(); in dumpModuleSymsForPdb() local 1556 auto &Ids = File.ids(); in dumpGSIRecords() local 1596 auto &Ids = File.ids(); in dumpGlobals() local 1692 auto &Ids = File.ids(); in dumpSymbolsFromGSI() local
|
H A D | llvm-pdbutil.cpp | 1021 diaDumpChildren(PDBSymbol & Outer,PdbSymbolIdField Ids,PdbSymbolIdField Recurse) diaDumpChildren() argument 1062 PdbSymbolIdField Ids = opts::diadump::NoSymIndexIds ? PdbSymbolIdField::None dumpDia() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 44 LazyRandomTypeCollection &Ids; global() variable 62 LVTypeVisitor(ScopedPrinter & W,LVLogicalVisitor * LogicalVisitor,LazyRandomTypeCollection & Types,LazyRandomTypeCollection & Ids,uint32_t StreamIdx,LVShared * Shared) LVTypeVisitor() argument 130 LazyRandomTypeCollection &Ids; global() variable 183 LVSymbolVisitor(LVCodeViewReader * Reader,ScopedPrinter & W,LVLogicalVisitor * LogicalVisitor,LazyRandomTypeCollection & Types,LazyRandomTypeCollection & Ids,LVSymbolVisitorDelegate * ObjDelegate,LVShared * Shared) LVSymbolVisitor() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeStreamMerger.cpp | 252 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 D | DebugCrossImpSubsection.cpp | 75 std::vector<T> Ids; in commit() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 573 LVTypeVisitor TDV(W, &LogicalVisitor, Types, Ids, StreamTPI, in traverseTypeSection() local 422 LazyRandomTypeCollection &Ids = ids(); loadTypeServer() local 528 LazyRandomTypeCollection &Ids = ids(); loadPrecompiledObject() local 582 traverseTypes(PDBFile & Pdb,LazyRandomTypeCollection & Types,LazyRandomTypeCollection & Ids) traverseTypes() argument 586 __anonf382f8f70602(LazyRandomTypeCollection &Types, LazyRandomTypeCollection &Ids, SpecialStream StreamIdx) traverseTypes() argument 629 LazyRandomTypeCollection &Ids = ids(); traverseSymbolsSubsection() local 954 LazyRandomTypeCollection &Ids = ids(); createScopes() local [all...] |
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransGCCalls.cpp | 29 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents; in GCCollectableCallsChecker() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | NSAPI.h | 150 StringRef Ids[] = { "setObject", "forKeyedSubscript" }; in getSetObjectForKeyedSubscriptSelector() local 156 StringRef Ids[] = { "setObject", "atIndexedSubscript" }; in getSetObjectAtIndexedSubscriptSelector() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | InputFile.h | 50 TypeCollectionPtr Ids; variable
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeInlineSiteSymbol.cpp | 76 LazyRandomTypeCollection &Ids = Ipi->typeCollection(); in getName() local
|
/freebsd/contrib/llvm-project/llvm/lib/Option/ |
H A D | ArgList.cpp | 112 ArrayRef<OptSpecifier> Ids, in AddAllArgsExcept() argument
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | NSAPI.cpp | 579 Selector NSAPI::getOrInitSelector(ArrayRef<StringRef> Ids, in getOrInitSelector()
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 311 ArrayRef<int> Ids) {} in PragmaWarning() 633 ArrayRef<int> Ids) override { in PragmaWarning()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrintPreprocessedOutput.cpp | 686 ArrayRef<int> Ids) { in PragmaWarning()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Pragma.cpp | 1478 SmallVector<int, 4> Ids; in HandlePragma() local
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 2356 std::map<Action *, unsigned> &Ids, in PrintActions1() argument 2443 std::map<Action *, unsigned> Ids; in PrintActions() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 10122 auto &Ids = ForwardRefTypeIds[I.first]; in parseTypeTests() local 10161 auto &Ids = ForwardRefTypeIds[I.first]; in parseVFuncIdList() local 10198 auto &Ids = ForwardRefTypeIds[I.first]; in parseConstVCallList() local
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actypes.h | 1404 ACPI_PNP_DEVICE_ID Ids[]; /* ID array */ member
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 1429 auto &Ids = std::get<1>(Calls[0]); in updateStackNodes() local
|