Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/libbcc/include/bcc/
H A DCompiler.h25 class TargetMachine; variable
78 llvm::TargetMachine *mTarget;
104 const llvm::TargetMachine& getTargetMachine() const in getTargetMachine()
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DTarget.h16 class TargetMachine; variable
43 llvm::TargetMachine&,
69 llvm::TargetMachine& pTM) const;
H A DTargetRegistry.h19 class TargetMachine; variable
/aosp12/frameworks/compile/mclinker/lib/Support/
H A DTarget.cpp35 llvm::TargetMachine& pTM) const { in createTargetMachine()
/aosp12/frameworks/compile/slang/
H A Dslang_backend.cpp212 llvm::TargetMachine *TM = in CreateCodeGenPasses()
230 llvm::TargetMachine::CodeGenFileType CGFT = in CreateCodeGenPasses()
231 llvm::TargetMachine::CGFT_AssemblyFile; in CreateCodeGenPasses()
233 CGFT = llvm::TargetMachine::CGFT_ObjectFile; in CreateCodeGenPasses()
/aosp12/frameworks/compile/libbcc/lib/
H A DCompiler.cpp184 llvm::TargetMachine *new_target = in config()