Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DModuleBuilder.cpp33 class CodeGeneratorImpl : public CodeGenerator {
326 void CodeGenerator::anchor() { } in anchor()
328 CodeGenModule &CodeGenerator::CGM() { in CGM()
332 llvm::Module *CodeGenerator::GetModule() { in GetModule()
336 llvm::Module *CodeGenerator::ReleaseModule() { in ReleaseModule()
340 CGDebugInfo *CodeGenerator::getCGDebugInfo() { in getCGDebugInfo()
344 const Decl *CodeGenerator::GetDeclForMangledName(llvm::StringRef name) { in GetDeclForMangledName()
348 llvm::StringRef CodeGenerator::GetMangledName(GlobalDecl GD) { in GetMangledName()
352 llvm::Constant *CodeGenerator::GetAddrOfGlobal(GlobalDecl global, in GetAddrOfGlobal()
358 llvm::Module *CodeGenerator::StartModule(llvm::StringRef ModuleName, in StartModule()
[all …]
H A DMacroPPCallbacks.h24 class CodeGenerator; variable
28 CodeGenerator *Gen;
90 MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP);
H A DMacroPPCallbacks.cpp61 MacroPPCallbacks::MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP) in MacroPPCallbacks()
H A DCodeGenAction.cpp129 std::unique_ptr<CodeGenerator> Gen;
201 CodeGenerator *getCodeGenerator() { return Gen.get(); } in getCodeGenerator()
1013 CodeGenerator *CodeGenAction::getCodeGenerator() const { in getCodeGenerator()
/openbsd/gnu/llvm/clang/include/clang/CodeGen/
H A DModuleBuilder.h48 class CodeGenerator : public ASTConsumer {
104 CodeGenerator *CreateLLVMCodeGen(DiagnosticsEngine &Diags,
H A DCodeGenAction.h22 class CodeGenerator; variable
81 CodeGenerator *getCodeGenerator() const;
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.h26 class CodeGenerator; variable
174 std::unique_ptr<clang::CodeGenerator>
/openbsd/gnu/llvm/clang/lib/Interpreter/
H A DIncrementalParser.cpp208 static CodeGenerator *getCodeGen(FrontendAction *Act) { in getCodeGen()
270 if (CodeGenerator *CG = getCodeGen(Act.get())) { in Parse()
300 CodeGenerator *CG = getCodeGen(Act.get()); in GetMangledName()
/openbsd/gnu/llvm/clang/tools/clang-import-test/
H A Dclang-import-test.cpp229 std::unique_ptr<CodeGenerator> BuildCodeGen(CompilerInstance &CI, in BuildCodeGen()
232 return std::unique_ptr<CodeGenerator>(CreateLLVMCodeGen( in BuildCodeGen()
322 auto &CG = *static_cast<CodeGenerator *>(ASTConsumers.back().get()); in Parse()
/openbsd/gnu/llvm/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp735 LTOCodeGenerator *CodeGenerator; member
737 : CodeGenerator(CodeGenPtr) {} in LTODiagnosticHandler()
739 CodeGenerator->DiagnosticHandler(DI); in handleDiagnostics()
/openbsd/gnu/llvm/llvm/docs/
H A DUserGuides.rst26 CodeGenerator
183 :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.rst300 used. <CodeGenerator.html#tail-call-optimization>`_ This calling
329 optimization <CodeGenerator.html#tail-call-optimization>`_ but requires
340 optimization <CodeGenerator.html#tail-call-optimization>`_ but requires
437 the GHC or the HiPE convention is used. <CodeGenerator.html#tail-call-optimization>`_
11839 `can be ignored <CodeGenerator.html#sibcallopt>`_. The ``musttail`` marker
11892 met. <CodeGenerator.html#tailcallopt>`_
/openbsd/gnu/llvm/llvm/docs/TableGen/
H A Dindex.rst33 Code Generator <../CodeGenerator>` and the `Clang diagnostics and attributes