/external/llvm/tools/opt/ |
opt.cpp | 490 static TargetOptions GetTargetOptions() { 491 TargetOptions Options;
|
/external/llvm/lib/Target/X86/ |
X86ISelLowering.h | 25 #include "llvm/Target/TargetOptions.h" 771 /// Used to store the TargetOptions so that we don't waste time resetting 773 TargetOptions TO; [all...] |
X86AsmPrinter.cpp | 42 #include "llvm/Target/TargetOptions.h"
|
X86Subtarget.cpp | 25 #include "llvm/Target/TargetOptions.h"
|
/external/clang/include/clang/Serialization/ |
ASTReader.h | 90 class TargetOptions; 123 virtual bool ReadTargetOptions(const TargetOptions &TargetOpts, 196 virtual bool ReadTargetOptions(const TargetOptions &TargetOpts, [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonFrameLowering.cpp | 35 #include "llvm/Target/TargetOptions.h"
|
/external/llvm/lib/Target/ |
TargetLoweringObjectFile.cpp | 30 #include "llvm/Target/TargetOptions.h"
|
/external/llvm/lib/Target/XCore/ |
XCoreFrameLowering.cpp | 28 #include "llvm/Target/TargetOptions.h"
|
/external/llvm/tools/llc/ |
llc.cpp | 262 TargetOptions Options;
|
/frameworks/compile/mclinker/lib/CodeGen/ |
MCLDTargetMachine.cpp | 45 #include <llvm/Target/TargetOptions.h>
|
/frameworks/compile/slang/ |
slang_rs_backend.cpp | 52 const clang::TargetOptions &TargetOpts,
|
/external/clang/include/clang/Frontend/ |
ASTUnit.h | 23 #include "clang/Basic/TargetOptions.h" 75 IntrusiveRefCntPtr<TargetOptions> TargetOpts; [all...] |
/external/llvm/tools/lto/ |
LTOModule.cpp | 226 void LTOModule::getTargetOptions(TargetOptions &Options) { 288 TargetOptions Options;
|
/external/clang/lib/Frontend/ |
ASTUnit.cpp | 22 #include "clang/Basic/TargetOptions.h" 513 IntrusiveRefCntPtr<TargetOptions> &TargetOpts; 520 IntrusiveRefCntPtr<TargetOptions> &TargetOpts, 540 virtual bool ReadTargetOptions(const TargetOptions &TargetOpts, 546 this->TargetOpts = new TargetOptions(TargetOpts); [all...] |
CompilerInvocation.cpp | 44 : LangOpts(new LangOptions()), TargetOpts(new TargetOptions()), 52 TargetOpts(new TargetOptions(X.getTargetOpts())), [all...] |
FrontendActions.cpp | 364 virtual bool ReadTargetOptions(const TargetOptions &TargetOpts,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
FunctionLoweringInfo.cpp | 37 #include "llvm/Target/TargetOptions.h"
|
/external/llvm/lib/Target/Mips/ |
MipsAsmPrinter.cpp | 44 #include "llvm/Target/TargetOptions.h"
|
MipsSEFrameLowering.cpp | 28 #include "llvm/Target/TargetOptions.h"
|
/external/llvm/lib/Target/R600/ |
AMDILISelLowering.cpp | 31 #include "llvm/Target/TargetOptions.h"
|
/external/llvm/tools/lli/ |
lli.cpp | 386 TargetOptions Options;
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
JITTest.cpp | 186 TargetOptions Options;
|
/external/clang/lib/Serialization/ |
ASTReader.cpp | 29 #include "clang/Basic/TargetOptions.h" 129 static bool checkTargetOptions(const TargetOptions &TargetOpts, 130 const TargetOptions &ExistingTargetOpts, 203 bool PCHValidator::ReadTargetOptions(const TargetOptions &TargetOpts, 205 const TargetOptions &ExistingTargetOpts = PP.getTargetInfo().getTargetOpts(); [all...] |
/external/llvm/examples/ExceptionDemo/ |
ExceptionDemo.cpp | 63 #include "llvm/Target/TargetOptions.h" [all...] |
/external/llvm/test/CodeGen/PowerPC/ |
pr15031.ll | 89 %"class.llvm::TargetMachine" = type { i32 (...)**, %"class.llvm::Target"*, %"class.std::basic_string", %"class.std::basic_string", %"class.std::basic_string", %"class.llvm::MCCodeGenInfo"*, %"class.llvm::MCAsmInfo"*, i8, %"class.llvm::TargetOptions" } 93 %"class.llvm::TargetOptions" = type { [2 x i8], i32, i8, i32, i8, %"class.std::basic_string", i32, i32 } [all...] |