Searched refs:CGO (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/CodeGen/ |
D | ModuleBuilder.cpp | 72 const PreprocessorOptions &PPO, const CodeGenOptions &CGO, in CodeGeneratorImpl() argument 76 PreprocessorOpts(PPO), CodeGenOpts(CGO), HandlingTopLevelDecls(0), in CodeGeneratorImpl() 78 C.setDiscardValueNames(CGO.DiscardValueNames); in CodeGeneratorImpl() 315 const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO, in CreateLLVMCodeGen() argument 318 PreprocessorOpts, CGO, C, CoverageInfo); in CreateLLVMCodeGen()
|
D | CodeGenTBAA.cpp | 33 const CodeGenOptions &CGO, in CodeGenTBAA() argument 35 : Context(Ctx), CodeGenOpts(CGO), Features(Features), MContext(MContext), in CodeGenTBAA()
|
D | CodeGenTBAA.h | 93 const CodeGenOptions &CGO,
|
D | CodeGenModule.cpp | 84 const CodeGenOptions &CGO, llvm::Module &M, in CodeGenModule() argument 88 PreprocessorOpts(PPO), CodeGenOpts(CGO), TheModule(M), Diags(diags), in CodeGenModule()
|
/external/clang/include/clang/CodeGen/ |
D | ModuleBuilder.h | 91 const CodeGenOptions &CGO,
|
/external/llvm/docs/ |
D | CompileCudaWithLLVM.rst | 248 | *Proceedings of the 2016 International Symposium on Code Generation and Optimization (CGO 2016)* 249 | `Slides for the CGO talk <http://wujingyue.com/docs/gpucc-talk.pdf>`_ 254 `CGO 2016 gpucc tutorial <http://wujingyue.com/docs/gpucc-tutorial.pdf>`_
|
D | index.rst | 43 .. __: http://llvm.org/pubs/2004-01-30-CGO-LLVM.html
|