Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DTargetSelect.cpp83 std::string FeaturesStr; in selectTarget() local
88 FeaturesStr = Features.getString(); in selectTarget()
93 MCPU, FeaturesStr, in selectTarget()
/external/llvm/tools/llc/
Dllc.cpp239 std::string FeaturesStr; in compileModule() local
244 FeaturesStr = Features.getString(); in compileModule()
285 MCPU, FeaturesStr, Options, in compileModule()
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp59 std::string FeaturesStr; in LLVMCreateDisasmCPU() local
62 FeaturesStr); in LLVMCreateDisasmCPU()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp411 std::string FeaturesStr; in main() local
416 FeaturesStr = Features.getString(); in main()
428 STI(TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()
/external/clang/lib/CodeGen/
DBackendUtil.cpp380 std::string FeaturesStr; in CreateTargetMachine() local
387 FeaturesStr = Features.getString(); in CreateTargetMachine()
462 FeaturesStr, Options, in CreateTargetMachine()
/external/llvm/tools/opt/
Dopt.cpp536 std::string FeaturesStr; in GetTargetMachine() local
541 FeaturesStr = Features.getString(); in GetTargetMachine()
545 MCPU, FeaturesStr, GetTargetOptions(), in GetTargetMachine()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp202 std::string FeaturesStr; in DisassembleObject() local
207 FeaturesStr = Features.getString(); in DisassembleObject()
283 TheTarget->createMCSubtargetInfo(TripleName, "", FeaturesStr)); in DisassembleObject()