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

  /frameworks/compile/libbcc/include/bcc/Config/
Config.h 59 #define DEFAULT_ARM_TRIPLE_STRING "armv7-none-linux-gnueabi"
66 #define DEFAULT_TARGET_TRIPLE_STRING DEFAULT_ARM_TRIPLE_STRING
  /frameworks/compile/libbcc/include/bcc/Support/
TargetCompilerConfigs.h 53 : ARMBaseCompilerConfig(DEFAULT_ARM_TRIPLE_STRING,
  /frameworks/compile/libbcc/lib/Support/
TargetLinkerConfigs.cpp 39 ARMLinkerConfig::ARMLinkerConfig() : LinkerConfig(DEFAULT_ARM_TRIPLE_STRING) {
  /frameworks/compile/mclinker/tools/mcld/lib/Support/
TargetLinkerConfigs.cpp 31 ARMLinkerConfig::ARMLinkerConfig() : LinkerConfig(DEFAULT_ARM_TRIPLE_STRING) {

Completed in 310 milliseconds