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

  /external/clang/test/CodeGen/
link-bitcode-file.c 2 // RUN: %clang_cc1 -triple i386-pc-linux-gnu -mlink-bitcode-file %t.bc -O3 -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-NO-BC %s
3 // RUN: %clang_cc1 -triple i386-pc-linux-gnu -DBITCODE -mlink-bitcode-file %t.bc -O3 -emit-llvm -o - %s 2>&1 | FileCheck -check-prefix=CHECK-BC %s
7 #ifdef BITCODE
  /frameworks/compile/mclinker/include/mcld/Support/
PositionDependentOption.h 27 BITCODE,
DerivedPositionDependentOptions.h 55 : FileOption(pPosition, PositionDependentOption::BITCODE, pPath) { }
  /gdk/build/core/
build-bitcode.mk 14 LOCAL_MODULE_CLASS := BITCODE
build-binary.mk 110 ifeq ($(call module-get-class,$(LOCAL_MODULE)),BITCODE)
definitions.mk     [all...]
  /frameworks/compile/mclinker/lib/CodeGen/
SectLinker.cpp 212 case PositionDependentOption::BITCODE: {
213 // threat bitcode as a script in this version.

Completed in 751 milliseconds