Home
last modified time | relevance | path

Searched defs:Directives (Results 1 – 18 of 18) sorted by relevance

/llvm-project/clang/unittests/Lex/
H A DDependencyDirectivesScannerTest.cpp20 SmallVectorImpl<Directive> &Directives) { in minimizeSourceToDependencyDirectives() argument
40 SmallVector<Directive, 32> Directives; in minimizeSourceToDependencyDirectives() local
49 SmallVector<Directive, 4> Directives; in TEST() local
70 SmallVector<Directive, 4> Directives; TEST() local
147 SmallVector<Directive, 4> Directives; TEST() local
840 SmallVector<Directive, 4> Directives; TEST() local
928 SmallVector<Directive, 4> Directives; TEST() local
[all...]
H A DPPDependencyDirectivesTest.cpp104 SmallVector<dependency_directives_scan::Directive> Directives; in TEST_F() member
/llvm-project/llvm/docs/
H A DAMDGPUUsage.rst15358 .hsa_code_object_version major, minorCode Object V2 Directives global() argument
15364 .hsa_code_object_isa [major, minor, stepping, vendor, arch]Code Object V2 Directives global() argument
15379 .amdgpu_hsa_kernel (name)Code Object V2 Directives global() argument
15386 .amd_kernel_code_tCode Object V2 Directives global() argument
15539 amdgpu-assembler-directive-amdgcn-targetCode Object V3 and Above Directives global() argument
15541 .amdgcn_target <target-triple> "-" <target-id>Code Object V3 and Above Directives global() argument
15557 .amdhsa_code_object_version <version>Code Object V3 and Above Directives global() argument
15563 .amdhsa_kernel <name>Code Object V3 and Above Directives global() argument
15713 .amdgpu_metadataCode Object V3 and Above Directives global() argument
[all...]
H A DLangRef.rst3757 source_filenameUse-list Order Directives global() argument
[all...]
/llvm-project/flang/include/flang/Lower/
H A DPFTBuilder.h140 using Directives = variable
/llvm-project/libcxx/docs/
H A DTestingLibcxx.rst399 libc++-specific Lit DirectivesCustom Directives global() argument
/llvm-project/llvm/include/llvm/MC/
H A DMCLinkerOptimizationHint.h141 SmallVector<MCLOHDirective, 32> Directives; variable
/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp928 scan(SmallVectorImpl<Directive> & Directives) scan() argument
953 scanSourceForDependencyDirectives(StringRef Input,SmallVectorImpl<dependency_directives_scan::Token> & Tokens,SmallVectorImpl<Directive> & Directives,DiagnosticsEngine * Diags,SourceLocation InputSourceLoc) scanSourceForDependencyDirectives() argument
960 printDependencyDirectivesAsSource(StringRef Source,ArrayRef<dependency_directives_scan::Directive> Directives,llvm::raw_ostream & OS) printDependencyDirectivesAsSource() argument
/llvm-project/clang/unittests/Format/
H A DFormatTestVerilog.cpp1115 std::string Directives[] = { TEST_F() local
/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h97 if (auto *Directives = Contents->DepDirectives.load()) { in getDirectiveTokens() local
/llvm-project/mlir/docs/DefiningDialects/
H A DOperations.md682 #### Directives global() subsubsection
/llvm-project/clang-tools-extra/pseudo/lib/
H A DDirectiveTree.cpp
/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp431 auto Directives = clangd::Symbol::IncludeDirective::Include; fromProtobuf() local
/llvm-project/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp64 SmallVector<dependency_directives_scan::Directive, 64> Directives; in ensureDirectiveTokensArePopulated() local
/llvm-project/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp891 Symbol::IncludeDirective Directives = Symbol::Invalid; finish() local
/llvm-project/lld/COFF/
H A DConfig.h46 Directives, global() enumerator
/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp1170 llvm::SmallVector<dependency_directives_scan::Directive, 32> Directives; ExecuteAction() local