Home
last modified time | relevance | path

Searched defs:Model (Results 1 – 20 of 20) sorted by relevance

/external/llvm/include/llvm/Support/
DCodeGen.h25 enum Model { Default, Static, PIC_, DynamicNoPIC }; enum
30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enum
39 enum Model { enum
58 inline CodeModel::Model unwrap(LLVMCodeModel Model) { in unwrap()
76 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap()
DMachO.h1365 static inline int CPU_SUBTYPE_INTEL(int Family, int Model) { in CPU_SUBTYPE_INTEL()
/external/blktrace/btreplay/doc/
Dbtreplay.tex65 \subsection{Basic Workflow}
91 \subsection{IO Stream Replay Characteristics}
127 \subsection{\texttt{btrecord/btreplay} Method of Operation}
180 \newpage\subsection{Known Deficiencies and Proposed Possible Fixes}
/external/clang/test/SemaObjC/
Dunused.m108 @interface Model interface
112 @implementation Model { implementation
/external/llvm/lib/Target/AArch64/
DAArch64MCInstLower.cpp86 TLSModel::Model Model; in lowerSymbolOperandELF() local
DAArch64ISelLowering.cpp3139 TLSModel::Model Model = getTargetMachine().getTLSModel(GA->getGlobal()); in LowerELFGlobalTLSAddress() local
/external/llvm/lib/Support/
DPath.cpp160 static std::error_code createUniqueEntity(const Twine &Model, int &ResultFD, in createUniqueEntity()
681 std::error_code createUniqueFile(const Twine &Model, int &ResultFd, in createUniqueFile()
687 std::error_code createUniqueFile(const Twine &Model, in createUniqueFile()
694 createTemporaryFile(const Twine &Model, int &ResultFD, in createTemporaryFile()
DHost.cpp203 unsigned &Model) { in DetectX86FamilyModel()
220 unsigned Model = 0; in getHostCPUName() local
/external/llvm/lib/Target/
DTargetMachine.cpp118 TLSModel::Model Model; in getTLSModel() local
/external/llvm/include/llvm/Target/
DTargetOptions.h54 enum Model { enum
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h513 template <typename T> class Model; variable
605 Model(T Impl) : Impl(std::move(Impl)) {} in Model() function
/external/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp279 SmallString<128> Model, ResultPath; in ReportDiag() local
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp208 TLSModel::Model Model = TM->getTLSModel(GV); in memAddrUsesCTR() local
DPPCISelLowering.cpp1931 TLSModel::Model Model = getTargetMachine().getTLSModel(GV); in LowerGlobalTLSAddress() local
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmsvirt.c63 cmsBool SetSeqDescTag(cmsHPROFILE hProfile, const char* Model) in SetSeqDescTag()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp571 unsigned Model = llvm::StringSwitch<unsigned>(Name) in ParseCodeGenArgs() local
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
Dlcms2.h1375 cmsMLU* Model; member
/external/clang/lib/Sema/
DSemaDeclAttr.cpp1538 StringRef Model; in handleTLSModelAttr() local
/external/libmtp/src/
Dptp.h692 char *Model; member
/external/mesa3d/src/mesa/main/
Dmtypes.h933 struct gl_lightmodel Model; /**< Lighting model */ member