HomeSort by relevance Sort by last modified time
    Searched refs:Static (Results 76 - 100 of 303) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetMachine.h 80 Reloc::Model RM = Reloc::Static;
161 /// Returns the code generation relocation model. The choices are static, PIC,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetMachine.h 80 Reloc::Model RM = Reloc::Static;
161 /// Returns the code generation relocation model. The choices are static, PIC,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetMachine.h 80 Reloc::Model RM = Reloc::Static;
161 /// Returns the code generation relocation model. The choices are static, PIC,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetMachine.h 80 Reloc::Model RM = Reloc::Static;
161 /// Returns the code generation relocation model. The choices are static, PIC,
  /external/compiler-rt/make/platform/
clang_linux.mk 1 Description := Static runtime libraries for clang/Linux.
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 27 | Static
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUAsmPrinter.cpp 52 static const char *getRegisterName(unsigned RegNo);
266 if (TM.getRelocationModel() != Reloc::Static) {
276 if (TM.getRelocationModel() != Reloc::Static) {
331 // Force static initialization.
  /prebuilts/go/darwin-x86/misc/cgo/test/
basic.go 161 // Static (build-time) test that syntax traversal visits all operands of s[i:j:k].
  /prebuilts/go/linux-x86/misc/cgo/test/
basic.go 161 // Static (build-time) test that syntax traversal visits all operands of s[i:j:k].
  /build/soong/cc/
library.go 27 Static struct {
80 // Build a static variant
86 // This variant is static
117 // Module factory for combined static + shared libraries, device by default but with possible host
124 // Module factory for static libraries
138 // Module factory for host static libraries
205 // functionality: static vs. shared linkage, reusing object files for shared libraries
210 // For reusing static library objects for shared library
246 // Location of the static library in the sysroot. Empty if the library is
277 if library.static() {
784 func (library *libraryDecorator) static() bool { func
    [all...]
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DexMakerTest.java 34 import static com.android.dx.util.TestUtil.DELTA_DOUBLE;
35 import static com.android.dx.util.TestUtil.DELTA_FLOAT;
36 import static java.lang.reflect.Modifier.ABSTRACT;
37 import static java.lang.reflect.Modifier.FINAL;
38 import static java.lang.reflect.Modifier.NATIVE;
39 import static java.lang.reflect.Modifier.PRIVATE;
40 import static java.lang.reflect.Modifier.PROTECTED;
41 import static java.lang.reflect.Modifier.PUBLIC;
42 import static java.lang.reflect.Modifier.STATIC;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 280 static MCInstrInfo *createX86MCInstrInfo() {
286 static MCRegisterInfo *createX86MCRegisterInfo(StringRef TT) {
300 static MCAsmInfo *createX86MCAsmInfo(const Target &T, StringRef TT) {
333 static MCCodeGenInfo *createX86MCCodeGenInfo(StringRef TT, Reloc::Model RM,
343 // use static relocation model by default.
352 RM = Reloc::Static;
356 // is defined as a model for code which may be used in static or dynamic
358 // compile in -static mode, in x86-64 we use PIC.
363 RM = Reloc::Static;
366 // If we are on Darwin, disallow static relocation model in X86-64 mode, sinc
    [all...]
  /art/build/
codegen.go 115 Static struct {
  /external/google-breakpad/
Android.mk 17 # Static library.
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp 30 static cl::opt<bool>
35 static cl::opt<bool>
41 static cl::opt<bool>
47 static cl::opt<cl::boolOrDefault>
59 static std::unique_ptr<TargetLoweringObjectFile> createTLOF(const Triple &TT) {
67 static ARMBaseTargetMachine::ARMABI
124 static std::string computeDataLayout(const Triple &TT, StringRef CPU,
177 static Reloc::Model getEffectiveRelocModel(const Triple &TT,
181 return TT.isOSBinFormatMachO() ? Reloc::PIC_ : Reloc::Static;
185 return Reloc::Static;
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 207 Static,
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.cpp 48 static std::string computeDataLayout(const Triple &TT, StringRef CPU,
81 static Reloc::Model getEffectiveRelocModel(CodeModel::Model CM,
84 return Reloc::Static;
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.cpp 30 static std::string computeDataLayout(const Triple &T, bool is64Bit) {
57 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
59 return Reloc::Static;
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 53 static bool isSuitableForBSS(const GlobalVariable *GV, bool NoZerosInBSS) {
80 static bool IsNullTerminatedString(const Constant *C) {
211 // In static relocation model, the linker will resolve all addresses, so
216 if (ReloModel == Reloc::Static)
TargetMachineC.cpp 35 static TargetMachine *unwrap(LLVMTargetMachineRef P) {
38 static Target *unwrap(LLVMTargetRef P) {
41 static LLVMTargetMachineRef wrap(const TargetMachine *P) {
44 static LLVMTargetRef wrap(const Target * P) {
111 RM = Reloc::Static;
177 static LLVMBool LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M,
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 42 static cl::opt<bool>
66 // If this is for a position dependent executable, the static linker can
168 return isTargetELF() || TM.getRelocationModel() == Reloc::Static;
  /external/llvm/tools/llvm-pdbdump/
CompilandDumper.cpp 115 case PDB_LocType::Static:
VariableDumper.cpp 44 case PDB_LocType::Static:
50 WithColor(Printer, PDB_ColorItem::Keyword).get() << "static ";
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCCodeEmitter.cpp 40 static char ID;
95 MF.getTarget().getRelocationModel() != Reloc::Static) &&
96 "JIT relocation model must be set to static or default!");
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.cpp 47 // Direct static reference to label.
141 // Direct static reference to global.
164 return isTargetELF() || TM.getRelocationModel() == Reloc::Static;

Completed in 631 milliseconds

1 2 34 5 6 7 8 91011>>