HomeSort by relevance Sort by last modified time
    Searched refs:Directives (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/MC/
MCLinkerOptimizationHint.h 138 /// Keep track of all LOH directives.
139 SmallVector<MCLOHDirective, 32> Directives;
146 /// Const accessor to the directives.
148 return Directives;
154 Directives.push_back(MCLOHDirective(Kind, Args));
157 /// Get the size of the directives if emitted.
161 for (const MCLOHDirective &D : Directives)
170 for (const MCLOHDirective &D : Directives)
175 Directives.clear();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
malis.s 125 ;; Section 8.2.12 Assembler Directives
127 ;; Section 8.2.12.1 Conditional Directives
  /prebuilts/go/darwin-x86/src/cmd/compile/
doc.go 97 Compiler Directives
99 The compiler accepts compiler directives in the form of // comments at the
100 beginning of a line. To distinguish them from non-directive comments, the directives
113 The //line directive is an historical special case; all other directives are of the form
  /prebuilts/go/linux-x86/src/cmd/compile/
doc.go 97 Compiler Directives
99 The compiler accepts compiler directives in the form of // comments at the
100 beginning of a line. To distinguish them from non-directive comments, the directives
113 The //line directive is an historical special case; all other directives are of the form
  /prebuilts/go/darwin-x86/src/cmd/cgo/
doc.go 35 #cgo directives within these comments to tweak the behavior of the C, C++
36 or Fortran compiler. Values defined in multiple directives are concatenated
60 these directives. Package-specific flags should be set using the
61 directives, not the environment variables, so that builds work in
64 All the cgo CPPFLAGS and CFLAGS directives in a package are concatenated and
66 directives in a package are concatenated and used to compile C++ files in that
67 package. All the CPPFLAGS and FFLAGS directives in a package are concatenated
68 and used to compile Fortran files in that package. All the LDFLAGS directives
70 pkg-config directives are concatenated and sent to pkg-config simultaneously
73 When the cgo directives are parsed, any occurrence of the string ${SRCDIR
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
doc.go 35 #cgo directives within these comments to tweak the behavior of the C, C++
36 or Fortran compiler. Values defined in multiple directives are concatenated
60 these directives. Package-specific flags should be set using the
61 directives, not the environment variables, so that builds work in
64 All the cgo CPPFLAGS and CFLAGS directives in a package are concatenated and
66 directives in a package are concatenated and used to compile C++ files in that
67 package. All the CPPFLAGS and FFLAGS directives in a package are concatenated
68 and used to compile Fortran files in that package. All the LDFLAGS directives
70 pkg-config directives are concatenated and sent to pkg-config simultaneously
73 When the cgo directives are parsed, any occurrence of the string ${SRCDIR
    [all...]

Completed in 1087 milliseconds