Home
last modified time | relevance | path

Searched refs:emitPCSections (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h422 void emitPCSections(const MachineFunction &MF);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1577 void AsmPrinter::emitPCSections(const MachineFunction &MF) { in emitPCSections() function in AsmPrinter
2003 emitPCSections(*MF); in emitFunctionBody()