Searched defs:Model (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DCodeGen.h25 enum Model { Default, Static, PIC_, DynamicNoPIC }; enum in namespace:llvm::Reloc
30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enum in namespace:llvm::CodeModel
35 enum Model { enum in namespace:llvm::TLSModel
54 inline CodeModel::Model unwrap(LLVMCodeModel Model) { argument
72 inline LLVMCodeModel wrap(CodeModel::Model Model) { argument
H A DMachO.h954 static inline int CPU_SUBTYPE_INTEL(int Family, int Model) { argument
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DHost.cpp200 unsigned Model = 0; local
182 DetectX86FamilyModel(unsigned EAX, unsigned &Family, unsigned &Model) argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/
H A DTargetMachine.cpp138 TLSModel::Model Model; local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp185 DetectFamilyModel(unsigned EAX, unsigned &Family, unsigned &Model) argument
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86Subtarget.cpp259 unsigned Model = 0; local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp251 SmallString<128> Model, ResultPath; local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp484 unsigned Model = llvm::StringSwitch<unsigned>(Name) local
/freebsd-10.1-release/sys/contrib/dev/acpica/include/
H A Dactbl.h258 UINT8 Model; /* System Interrupt Model (ACPI 1.0) - not used in ACPI 2.0+ */ member in struct:acpi_table_fadt
/freebsd-10.1-release/sys/dev/ce/
H A Dtau32-ddk.h358 int Model; member in struct:tag_TAU32_UserContext
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2306 TLSModel::Model Model = getTargetMachine().getTLSModel(GA->getGlobal()); local
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Drefclock_oncore.c2891 char *cp2, Model[21]; local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp1774 StringRef Model; local
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1421 TLSModel::Model Model = getTargetMachine().getTLSModel(GV); local

Completed in 509 milliseconds