/llvm-project/llvm/include/llvm/Support/ |
H A D | Path.h | 77 StringRef Component; ///< The current component. Not necessarily in Path. variable 103 StringRef Component; ///< The current component. Not necessarily in Path. variable
|
/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
H A D | GUIDFormatTest.cpp | 50 SmallVector<StringRef, 6> Component; in checkData() local
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | variable.h | 77 Component(const DataRef &b, const Symbol &c) : base_{b}, symbol_{c} {} in Component() function 78 Component(DataRef &&b, const Symbol &c) : base_{std::move(b)}, symbol_{c} {} in Component() function 75 CLASS_BOILERPLATE(Component) CLASS_BOILERPLATE() argument [all...] |
H A D | call.h | 35 class Component; variable
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | MipsLinux.cpp | 121 StringRef Component, in getCompilerRT()
|
H A D | AVR.cpp | 420 getCompilerRT(const llvm::opt::ArgList & Args,StringRef Component,FileType Type=ToolChain::FT_Static) const getCompilerRT() argument
|
H A D | OpenBSD.cpp | 373 getCompilerRT(const ArgList & Args,StringRef Component,FileType Type) const getCompilerRT() argument
|
H A D | OHOS.cpp | 340 getCompilerRT(const ArgList & Args,StringRef Component,FileType Type) const getCompilerRT() argument
|
/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RecursiveSymbolVisitor.h | 74 const OffsetOfNode &Component = S->getComponent(I); in VisitOffsetOfExpr() local
|
/llvm-project/llvm/tools/llvm-config/ |
H A D | llvm-config.cpp | 92 for (const auto &Component : ComponentMap) { in VisitComponent() local 672 for (auto &Component : DyLibComponents) { in main() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseHLSL.cpp | 224 unsigned Component = 0; in ParseHLSLAnnotations() local
|
/llvm-project/flang/module/ |
H A D | __fortran_type_info.f90 | 86 type :: Component ! data components, incl. object pointers type
|
/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageReport.cpp | 148 for (const auto &Component : in getNumRedundantPathComponents() local 176 auto Component = sys::path::begin(Paths[0]); in getRedundantPrefixLen() local
|
/llvm-project/clang/lib/Driver/ |
H A D | ToolChain.cpp | 633 getCompilerRTBasename(const ArgList & Args,StringRef Component,FileType Type) const getCompilerRTBasename() argument 640 buildCompilerRTBasename(const llvm::opt::ArgList & Args,StringRef Component,FileType Type,bool AddArch) const buildCompilerRTBasename() argument 673 getCompilerRT(const ArgList & Args,StringRef Component,FileType Type) const getCompilerRT() argument 705 getCompilerRTArgString(const llvm::opt::ArgList & Args,StringRef Component,FileType Type) const getCompilerRTArgString() argument
|
/llvm-project/clang/lib/Basic/ |
H A D | Sarif.cpp | 88 for (StringRef Component : llvm::make_range(++Iter, End)) { in fileNameToURI() local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | variable.cpp | 496 __anon0116223c1e02(const Component &) UnwrapSymbolRef() argument 504 __anon0116223c2002(Component &) UnwrapSymbolRef() argument [all...] |
/llvm-project/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 1943 __anonde0e91d70202(StringRef Component) trySimplifyPath() argument 1950 for (auto &Component : llvm::reverse(Components)) { trySimplifyPath() local 2545 for (auto Component : Components) { HandleHeaderIncludeOrImport() local [all...] |
/llvm-project/clang/lib/Index/ |
H A D | IndexBody.cpp | 469 const OffsetOfNode &Component = S->getComponent(I); in VisitOffsetOfExpr() local
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 410 for (const StringRef &Component : Components) { init() local 447 for (const StringRef &Component : Components) { get() local 468 __anonf32e2c670502(StringRef Component) get() argument [all...] |
/llvm-project/clang/lib/AST/ |
H A D | VTableBuilder.cpp | 1197 const VTableComponent &Component = Components[TI.first]; in ComputeThisAdjustments() local 1990 const VTableComponent &Component = Components[I]; in dumpLayout() local 3254 const VTableComponent &Component = Components[I]; dumpLayout() local [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.h | 617 enum Component : unsigned { global() enum [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaHLSL.cpp | 381 uint32_t Component; handlePackOffsetAttr() local [all...] |
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 1040 unsigned *Component, const char *ComponentName) { in parseOptionalTrailingVersionComponent() argument
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.cpp | 127 uint32_t Component; global() member 1565 uint32_t Component = generateImageSizeQueryInst() local
|
/llvm-project/clang/utils/TableGen/ |
H A D | ClangDiagnosticsEmitter.cpp | 1411 EmitClangDiagsDefs(RecordKeeper & Records,raw_ostream & OS,const std::string & Component) EmitClangDiagsDefs() argument [all...] |