Searched defs:TheTargetMachine (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/tools/driver/ | ||
H A D | cc1_main.cpp | 122 std::unique_ptr<llvm::TargetMachine> TheTargetMachine( PrintSupportedCPUs() local |
/llvm-project/llvm/tools/llvm-exegesis/lib/ | ||
H A D | LlvmState.h | 94 std::unique_ptr<const TargetMachine> TheTargetMachine; global() variable |
/llvm-project/llvm/examples/Kaleidoscope/Chapter8/ | ||
H A D | toy.cpp | 1245 auto TheTargetMachine = Target->createTargetMachine( in main() local |