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.h433 void emitPCSections(const MachineFunction &MF);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1567 void AsmPrinter::emitPCSections(const MachineFunction &MF) { in emitPCSections() function in AsmPrinter
1998 emitPCSections(*MF); in emitFunctionBody()