Home
last modified time | relevance | path

Searched refs:SystemZAsmPrinter (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.h21 class SystemZAsmPrinter; variable
25 SystemZAsmPrinter &AsmPrinter;
28 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
H A DSystemZAsmPrinter.cpp144 void SystemZAsmPrinter::emitCallInformation(CallType CT) { in emitCallInformation()
847 void SystemZAsmPrinter::emitAttributes(Module &M) { in emitAttributes()
868 void SystemZAsmPrinter::emitMachineConstantPoolValue( in emitMachineConstantPoolValue()
955 void SystemZAsmPrinter::emitEndOfAsmFile(Module &M) { in emitEndOfAsmFile()
964 void SystemZAsmPrinter::emitADASection() { in emitADASection()
1073 void SystemZAsmPrinter::emitIDRLSection(Module &M) { in emitIDRLSection()
1099 void SystemZAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd()
1228 void SystemZAsmPrinter::emitPPA1(MCSymbol *FnEndSym) { in emitPPA1()
1404 void SystemZAsmPrinter::emitStartOfAsmFile(Module &M) { in emitStartOfAsmFile()
1410 void SystemZAsmPrinter::emitPPA2(Module &M) { in emitPPA2()
[all …]
H A DSystemZAsmPrinter.h26 class LLVM_LIBRARY_VISIBILITY SystemZAsmPrinter : public AsmPrinter {
99 SystemZAsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in SystemZAsmPrinter() function
H A DSystemZMCInstLower.cpp32 SystemZAsmPrinter &asmprinter) in SystemZMCInstLower()