Home
last modified time | relevance | path

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

12

/llvm-project/llvm/include/llvm/Option/
H A DArgList.h46 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 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.cpp1465 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 Dllvm-pdbutil.cpp1019 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 DShrinkControlFlowTest.cpp19 int8_t Ids[256]; in LLVMFuzzerTestOneInput() local
/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()
/llvm-project/clang/lib/ARCMigrate/
H A DTransGCCalls.cpp29 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents; in GCCollectableCallsChecker() local
/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 Ids.reserve(Mappings.size()); in commit() local
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp580 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 DBalancedPartitioningTest.cpp35 std::vector<BPFunctionNode::IDT> Ids; in getIds() local
/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
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h50 TypeCollectionPtr Ids; variable
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp76 LazyRandomTypeCollection &Ids = Ipi->typeCollection(); in getName() local
/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp177 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 DInstrProfileFormat.rst174 .. _`profile metadata`:
/llvm-project/llvm/lib/Option/
H A DArgList.cpp112 ArrayRef<OptSpecifier> Ids, in AddAllArgsExcept() argument
/llvm-project/clang/lib/AST/
H A DNSAPI.cpp579 getOrInitSelector(ArrayRef<StringRef> Ids,Selector & Sel) const getOrInitSelector() argument
/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h311 ArrayRef<int> Ids) {} in PragmaWarning()
633 ArrayRef<int> Ids) override { in PragmaWarning()
/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp686 ArrayRef<int> Ids) { in PragmaWarning() argument
/llvm-project/clang-tools-extra/pp-trace/
H A DPPCallbacksTracker.cpp270 llvm::ArrayRef<int> Ids) { in PragmaWarning()
/llvm-project/clang/lib/Lex/
H A DPragma.cpp1478 SmallVector<int, 4> Ids; HandlePragma() local
/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp295 std::vector<NodeId> Ids; in getSubtreeBfs() local
/llvm-project/clang/lib/Driver/
H A DDriver.cpp2345 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...]

12