Home
last modified time | relevance | path

Searched full:compiler (Results 1 – 25 of 39) sorted by relevance

12

/build/core/combo/
Djavac.mk1 # Selects a Java compiler.
6 # ALTERNATE_JAVAC -- the alternate java compiler to use
9 # COMMON_JAVAC -- Java compiler command with common arguments
19 # Use the indexer wrapper to index the codebase instead of the javac compiler
26 # The actual compiler can be wrapped by setting the JAVAC_WRAPPER var.
33 # Whatever compiler is on this system.
DTARGET_linux-arm64.mk29 # include defines, and compiler settings for the given architecture
36 # Decouple NDK library selection with platform compiler version
98 # This is to avoid the dreaded warning compiler message:
104 # removed the warning from the compiler.
DTARGET_linux-arm.mk29 # include defines, and compiler settings for the given architecture
36 # Decouple NDK library selection with platform compiler version
122 # This is to avoid the dreaded warning compiler message:
128 # removed the warning from the compiler.
161 ## on some hosts, the target cross-compiler is not available so do not run this command
DTARGET_linux-mips64.mk29 # include defines, and compiler settings for the given architecture
36 # Decouple NDK library selection with platform compiler version
138 ## on some hosts, the target cross-compiler is not available so do not run this command
DTARGET_linux-mips.mk29 # include defines, and compiler settings for the given architecture
36 # Decouple NDK library selection with platform compiler version
132 ## on some hosts, the target cross-compiler is not available so do not run this command
Dselect.mk17 # Select a combo based on the compiler being used.
DHOST_CROSS_windows-x86_64.mk17 # Settings to use MinGW as a cross-compiler under Linux
DHOST_CROSS_windows-x86.mk17 # Settings to use MinGW as a cross-compiler under Linux
DTARGET_linux-x86_64.mk25 # Decouple NDK library selection with platform compiler version
DTARGET_linux-x86.mk25 # Decouple NDK library selection with platform compiler version
/build/soong/cc/
Dcc.go18 // into the flags and filenames necessary to pass to the compiler. The final creation of the rules
293 // don't insert default compiler flags into asflags, cflags,
389 // don't insert default compiler flags into asflags, cflags,
441 type compiler interface { interface
458 // the blueprint.Module interface. It delegates to compiler, linker, and installer interfaces
474 compiler compiler member
489 if c.compiler != nil {
490 props = append(props, c.compiler.props()...)
597 if c.compiler != nil {
598 flags = c.compiler.flags(ctx, flags)
[all …]
Dandroidmk.go49 callSubAndroidMk(c.compiler)
Darm_device.go115 // Fake an ARM compiler flag as these processors support LPAE which GCC/clang
/build/tools/ijar/
DREADME.txt23 compiler's perspective, they are interface definitions. The problem
26 compiler (such as the addition of a print statement to a method in a
115 because we can assume the compiler is deterministic and the order in
/build/kati/
D.travis.yml3 compiler:
Dthread_local.h7 // This is a drop-in replacement of __thread keyword. If your compiler
/build/kati/testcase/
Dflavor.mk1 # https://android.googlesource.com/platform/external/compiler-rt/+/master/make/util.mk#44
/build/core/clang/
Dconfig.mk122 # TODO(danalbert): The following checks currently have compiler performance
174 # This allows us to use the superset of functionality that compiler-rt
/build/core/combo/arch/arm/
Darmv7-a-neon.mk43 # Fake an ARM compiler flag as these processors support LPAE which GCC/clang
/build/core/
Dbuild-system.html603 <p>If you want to use a different C compiler for this module, set LOCAL_CC
604 to the path to the compiler. If LOCAL_CC is blank, the appropriate default
605 compiler is used.</p>
608 <p>If you want to use a different C++ compiler for this module, set LOCAL_CXX
609 to the path to the compiler. If LOCAL_CXX is blank, the appropriate default
610 compiler is used.</p>
613 <p>If you have additional flags to pass into the C or C++ compiler, add
618 <p>If you have additional flags to pass into <i>only</i> the C++ compiler, add
706 <p>If you have additional flags to pass into the javac compiler, add
Dconfig_sanitizers.mk62 # Revert when external/compiler-rt is updated past r236014.
/build/blueprint/bootstrap/
Ddoc.go122 // @@GoCompile@@ - The path to the Go compiler (6g or compile)
/build/core/tasks/check_boot_jars/
Dpackage_whitelist.txt221 org\.apache\.xpath\.compiler
/build/blueprint/
Dninja_defs.go26 // be output by a compiler.
/build/tools/
Djava-layers.py205 # because the compiler will fail, or the beginning of the class declaration.

12