Home
last modified time | relevance | path

Searched defs:startFunction (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.h69 void startFunction(MachineFunction &MF) { in startFunction() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h158 uint32_t startFunction() const { return StartFunction; } in startFunction() function
/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