Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/docs/
H A DAMDGPUUsage.rst14658 .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 DLangRef.rst3392 .. _source_filename:
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp820 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 DMCLinkerOptimizationHint.h141 SmallVector<MCLOHDirective, 32> Directives; variable
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h97 if (auto *Directives = Contents->DepDirectives.load()) { in getDirectiveTokens() local
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp63 SmallVector<dependency_directives_scan::Directive, 64> Directives; in scanForDirectivesIfNecessary() local
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp139 bool HasDuplicateClausesInDirectives(const std::vector<Record *> &Directives) { in HasDuplicateClausesInDirectives()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendActions.cpp1110 llvm::SmallVector<dependency_directives_scan::Directive, 32> Directives; in ExecuteAction() local