Home
last modified time | relevance | path

Searched refs:startFunction (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.h69 void startFunction(MachineFunction &MF) { in startFunction() function
H A DX86AsmPrinter.cpp74 SMShadowTracker.startFunction(MF); in runOnMachineFunction()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.cpp338 void CIRGenFunction::startFunction(GlobalDecl gd, QualType returnType, in startFunction() function in clang::CIRGen::CIRGenFunction
463 startFunction(gd, retTy, fn, funcType, args, loc, bodyRange.getBegin()); in generateCode()
H A DCIRGenFunction.h593 void startFunction(clang::GlobalDecl gd, clang::QualType returnType,
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h158 uint32_t startFunction() const { return StartFunction; } in startFunction() function