Home
last modified time | relevance | path

Searched refs:CodeGenerator (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DModuleBuilder.cpp32 class CodeGeneratorImpl : public CodeGenerator {
306 void CodeGenerator::anchor() { } in anchor()
308 CodeGenModule &CodeGenerator::CGM() { in CGM()
312 llvm::Module *CodeGenerator::GetModule() { in GetModule()
316 llvm::Module *CodeGenerator::ReleaseModule() { in ReleaseModule()
320 CGDebugInfo *CodeGenerator::getCGDebugInfo() { in getCGDebugInfo()
324 const Decl *CodeGenerator::GetDeclForMangledName(llvm::StringRef name) { in GetDeclForMangledName()
328 llvm::Constant *CodeGenerator::GetAddrOfGlobal(GlobalDecl global, in GetAddrOfGlobal()
334 llvm::Module *CodeGenerator::StartModule(llvm::StringRef ModuleName, in StartModule()
339 CodeGenerator *clang::CreateLLVMCodeGen( in CreateLLVMCodeGen()
H A DMacroPPCallbacks.h25 class CodeGenerator; variable
29 CodeGenerator *Gen;
91 MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP);
H A DMacroPPCallbacks.cpp61 MacroPPCallbacks::MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP) in MacroPPCallbacks()
H A DCodeGenAction.cpp124 std::unique_ptr<CodeGenerator> Gen;
183 CodeGenerator *getCodeGenerator() { return Gen.get(); } in getCodeGenerator()
888 CodeGenerator *CodeGenAction::getCodeGenerator() const { in getCodeGenerator()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DModuleBuilder.h43 class CodeGenerator : public ASTConsumer {
95 CodeGenerator *CreateLLVMCodeGen(DiagnosticsEngine &Diags,
H A DCodeGenAction.h22 class CodeGenerator; variable
81 CodeGenerator *getCodeGenerator() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DIncrementalParser.cpp186 static CodeGenerator *getCodeGen(FrontendAction *Act) { in getCodeGen()
247 if (CodeGenerator *CG = getCodeGen(Act.get())) { in Parse()
H A DIncrementalParser.h31 class CodeGenerator; variable
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp228 std::unique_ptr<CodeGenerator> BuildCodeGen(CompilerInstance &CI, in BuildCodeGen()
231 return std::unique_ptr<CodeGenerator>(CreateLLVMCodeGen( in BuildCodeGen()
320 auto &CG = *static_cast<CodeGenerator *>(ASTConsumers.back().get()); in Parse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp647 LTOCodeGenerator *CodeGenerator; member
649 : CodeGenerator(CodeGenPtr) {} in LTODiagnosticHandler()
651 CodeGenerator->DiagnosticHandler(DI); in handleDiagnostics()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DUserGuides.rst25 CodeGenerator
163 :doc:`CodeGenerator`
H A DExtendingLLVM.rst105 <CodeGenerator.html#selectiondag_legalize>`_ the node as necessary. At a
H A DWritingAnLLVMBackend.rst47 * :doc:`CodeGenerator` --- a guide to the components (classes and code
132 :doc:`LLVM Target-Independent Code Generator <CodeGenerator>` document.
782 during the SelectionDAG Select Phase described in :doc:`CodeGenerator`.
H A DLangRef.rst303 used. <CodeGenerator.html#id80>`_ This calling convention does not
332 optimization <CodeGenerator.html#id80>`_ but requires both the
343 optimization <CodeGenerator.html#id80>`_ but requires that both the
440 the GHC or the HiPE convention is used. <CodeGenerator.html#id80>`_ This
11322 `can be ignored <CodeGenerator.html#sibcallopt>`_. The ``musttail`` marker
11365 met. <CodeGenerator.html#tailcallopt>`_
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/
H A Dindex.rst33 Code Generator <../CodeGenerator>` and the `Clang diagnostics and attributes