HomeSort by: relevance | last modified time | path
    Searched refs:Directives (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCLinkerOptimizationHint.h 140 /// Keep track of all LOH directives.
141 SmallVector<MCLOHDirective, 32> Directives;
148 /// Const accessor to the directives.
150 return Directives;
156 Directives.push_back(MCLOHDirective(Kind, Args));
159 /// Get the size of the directives if emitted.
163 for (const MCLOHDirective &D : Directives)
172 for (const MCLOHDirective &D : Directives)
177 Directives.clear();
  /src/usr.bin/make/unit-tests/
directive.mk 3 # Tests for the preprocessing directives, such as .if or .info.
7 # Unknown directives are correctly named in the error messages,
16 # Directives must be written directly, not indirectly via
19 .${:Uinfo} directives cannot be indirect
35 # This is a dependency since directives must be given directly.
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DirectiveEmitter.cpp 9 // DirectiveEmitter uses the descriptions of directives and clauses to construct
139 bool HasDuplicateClausesInDirectives(const std::vector<Record *> &Directives) {
141 for (const auto &D : Directives) {
429 OS << " }\n"; // End of directives switch

Completed in 45 milliseconds