Searched defs:Directives (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | AMDGPUUsage.rst | 14658 .hsa_code_object_version major, minor 14664 .hsa_code_object_isa [major, minor, stepping, vendor, arch] 14679 .amdgpu_hsa_kernel (name) 14686 .amd_kernel_code_t 14840 .. _amdgpu-assembler-directive-amdgcn-target: 14842 .amdgcn_target <target-triple> "-" <target-id> 14856 .amdhsa_kernel <name> 15000 .amdgpu_metadata
|
H A D | LangRef.rst | 3392 .. _source_filename:
|
/openbsd-src/gnu/llvm/clang/lib/Lex/ |
H A D | DependencyDirectivesScanner.cpp | 820 bool Scanner::scan(SmallVectorImpl<Directive> &Directives) { in scan() 845 SmallVectorImpl<Directive> &Directives, DiagnosticsEngine *Diags, in scanSourceForDependencyDirectives() 852 ArrayRef<dependency_directives_scan::Directive> Directives, in printDependencyDirectivesAsSource()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCLinkerOptimizationHint.h | 141 SmallVector<MCLOHDirective, 32> Directives; variable
|
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.h | 97 if (auto *Directives = Contents->DepDirectives.load()) { in getDirectiveTokens() local
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.cpp | 63 SmallVector<dependency_directives_scan::Directive, 64> Directives; in scanForDirectivesIfNecessary() local
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | DirectiveEmitter.cpp | 139 bool HasDuplicateClausesInDirectives(const std::vector<Record *> &Directives) { in HasDuplicateClausesInDirectives()
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 1110 llvm::SmallVector<dependency_directives_scan::Directive, 32> Directives; in ExecuteAction() local
|