Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DTargetSelect.cpp80 std::string FeaturesStr; in selectTarget() local
85 FeaturesStr = Features.getString(); in selectTarget()
90 MCPU, FeaturesStr, in selectTarget()
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp69 std::string FeaturesStr; in LLVMCreateDisasm() local
73 FeaturesStr); in LLVMCreateDisasm()
/external/clang/lib/CodeGen/
DBackendUtil.cpp285 std::string FeaturesStr; in AddEmitPasses() local
292 FeaturesStr = Features.getString(); in AddEmitPasses()
350 FeaturesStr, Options, in AddEmitPasses()
/external/llvm/tools/llc/
Dllc.cpp408 std::string FeaturesStr; in main() local
413 FeaturesStr = Features.getString(); in main()
454 MCPU, FeaturesStr, Options, in main()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp408 std::string FeaturesStr; in main() local
413 FeaturesStr = Features.getString(); in main()
425 STI(TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()