Home
last modified time | relevance | path

Searched refs:FeaturesStr (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/ExecutionEngine/
DTargetSelect.cpp77 std::string FeaturesStr; in selectTarget() local
82 FeaturesStr = Features.getString(); in selectTarget()
87 MCPU, FeaturesStr, in selectTarget()
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp69 std::string FeaturesStr; in LLVMCreateDisasm() local
73 FeaturesStr); in LLVMCreateDisasm()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp386 std::string FeaturesStr; in main() local
391 FeaturesStr = Features.getString(); in main()
403 STI(TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()
/external/llvm/tools/llc/
Dllc.cpp425 std::string FeaturesStr; in main() local
430 FeaturesStr = Features.getString(); in main()
471 MCPU, FeaturesStr, Options, in main()
/external/clang/lib/CodeGen/
DBackendUtil.cpp299 std::string FeaturesStr; in AddEmitPasses() local
306 FeaturesStr = Features.getString(); in AddEmitPasses()
381 FeaturesStr, Options, in AddEmitPasses()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp179 std::string FeaturesStr; in DisassembleObject() local
184 FeaturesStr = Features.getString(); in DisassembleObject()
251 TheTarget->createMCSubtargetInfo(TripleName, "", FeaturesStr)); in DisassembleObject()