Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h576 virtual void emitFunctionDescriptor() { in emitFunctionDescriptor() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp277 void emitFunctionDescriptor() override;
2606 void PPCAIXAsmPrinter::emitFunctionDescriptor() { in emitFunctionDescriptor() function in PPCAIXAsmPrinter
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1030 emitFunctionDescriptor(); in emitFunctionHeader()