Home
last modified time | relevance | path

Searched refs:emitFunctionDescriptor (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h508 virtual void emitFunctionDescriptor() { in emitFunctionDescriptor() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp232 void emitFunctionDescriptor() override;
2390 void PPCAIXAsmPrinter::emitFunctionDescriptor() { in emitFunctionDescriptor() function in PPCAIXAsmPrinter
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp808 emitFunctionDescriptor(); in emitFunctionHeader()