Home
last modified time | relevance | path

Searched refs:generateCode (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXX.cpp33 cgf.generateCode(gd, fn, funcType); in codegenCXXStructor()
H A DCIRGenFunction.cpp436 cir::FuncOp CIRGenFunction::generateCode(clang::GlobalDecl gd, cir::FuncOp fn, in generateCode() function in clang::CIRGen::CIRGenFunction
H A DCIRGenFunction.h584 cir::FuncOp generateCode(clang::GlobalDecl gd, cir::FuncOp fn,
H A DCIRGenModule.cpp424 cgf.generateCode(gd, funcOp, funcType); in emitGlobalFunctionDefinition()