/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()
|
/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 | 1019 void diaDumpChildren(PDBSymbol &Outer, PdbSymbolIdField Ids, in diaDumpChildren() 1060 PdbSymbolIdField Ids = opts::diadump::NoSymIndexIds ? PdbSymbolIdField::None in dumpDia() local
|
/llvm-project/compiler-rt/test/fuzzer/ |
H A D | ShrinkControlFlowTest.cpp | 19 int8_t Ids[256]; in LLVMFuzzerTestOneInput() local
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 43 LazyRandomTypeCollection &Ids; variable 61 LazyRandomTypeCollection &Types, LazyRandomTypeCollection &Ids, in LVTypeVisitor() 129 LazyRandomTypeCollection &Ids; variable 182 LazyRandomTypeCollection &Ids, in LVSymbolVisitor()
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransGCCalls.cpp | 29 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents; in GCCollectableCallsChecker() local
|
/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 Ids.reserve(Mappings.size()); in commit() local
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 580 LVTypeVisitor TDV(W, &LogicalVisitor, Types, Ids, StreamIdx, in traverseTypes() argument 420 LazyRandomTypeCollection &Ids = ids(); loadTypeServer() local 526 LazyRandomTypeCollection &Ids = ids(); loadPrecompiledObject() local 571 LazyRandomTypeCollection &Ids = ids(); traverseTypeSection() local 584 __anon9f015a6a0602(LazyRandomTypeCollection &Types, LazyRandomTypeCollection &Ids, SpecialStream StreamIdx) traverseTypes() argument 627 LazyRandomTypeCollection &Ids = ids(); traverseSymbolsSubsection() local 953 LazyRandomTypeCollection &Ids = ids(); createScopes() local [all...] |
/llvm-project/llvm/unittests/Support/ |
H A D | BalancedPartitioningTest.cpp | 35 std::vector<BPFunctionNode::IDT> Ids; in getIds() local
|
/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
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | InputFile.h | 50 TypeCollectionPtr Ids; variable
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeInlineSiteSymbol.cpp | 76 LazyRandomTypeCollection &Ids = Ipi->typeCollection(); in getName() local
|
/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
H A D | TypeIndexDiscoveryTest.cpp | 177 std::vector<TypeIndex> Ids = {TypeIndex(6), TypeIndex(7), TypeIndex(8)}; member 181 std::vector<TypeIndex> Ids = {TypeIndex(9), TypeIndex(10), TypeIndex(11)}; member 196 std::vector<TypeIndex> Ids = {TypeIndex(23), TypeIndex(24), TypeIndex(25)}; member
|
/llvm-project/llvm/docs/ |
H A D | InstrProfileFormat.rst | 174 .. _`profile metadata`:
|
/llvm-project/llvm/lib/Option/ |
H A D | ArgList.cpp | 112 ArrayRef<OptSpecifier> Ids, in AddAllArgsExcept() argument
|
/llvm-project/clang/lib/AST/ |
H A D | NSAPI.cpp | 579 getOrInitSelector(ArrayRef<StringRef> Ids,Selector & Sel) const getOrInitSelector() argument
|
/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 311 ArrayRef<int> Ids) {} in PragmaWarning() 633 ArrayRef<int> Ids) override { in PragmaWarning()
|
/llvm-project/clang/lib/Frontend/ |
H A D | PrintPreprocessedOutput.cpp | 686 ArrayRef<int> Ids) { in PragmaWarning() argument
|
/llvm-project/clang-tools-extra/pp-trace/ |
H A D | PPCallbacksTracker.cpp | 270 llvm::ArrayRef<int> Ids) { in PragmaWarning()
|
/llvm-project/clang/lib/Lex/ |
H A D | Pragma.cpp | 1478 SmallVector<int, 4> Ids; HandlePragma() local
|
/llvm-project/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 295 std::vector<NodeId> Ids; in getSubtreeBfs() local
|
/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 2345 PrintActions1(const Compilation & C,Action * A,std::map<Action *,unsigned> & Ids,Twine Indent={},int Kind=TopLevelAction) PrintActions1() argument 2432 std::map<Action *, unsigned> Ids; PrintActions() local [all...] |