Home
last modified time | relevance | path

Searched refs:CodeGenInfo (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/
DTargetMachine.cpp195 CodeGenInfo(0), AsmInfo(0), in TargetMachine()
208 delete CodeGenInfo; in ~TargetMachine()
215 if (!CodeGenInfo) in getRelocationModel()
217 return CodeGenInfo->getRelocationModel(); in getRelocationModel()
223 if (!CodeGenInfo) in getCodeModel()
225 return CodeGenInfo->getCodeModel(); in getCodeModel()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetMachine.h93 const MCCodeGenInfo *CodeGenInfo; variable
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLLVMTargetMachine.cpp115 CodeGenInfo = T.createMCCodeGenInfo(Triple, RM, CM); in LLVMTargetMachine()