Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp84 class AArch64AsmPrinter : public AsmPrinter { class
91 AArch64AsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in AArch64AsmPrinter() function in __anonaa4beecc0111::AArch64AsmPrinter
254 void AArch64AsmPrinter::emitStartOfAsmFile(Module &M) { in emitStartOfAsmFile()
321 void AArch64AsmPrinter::emitFunctionHeaderComment() { in emitFunctionHeaderComment()
328 void AArch64AsmPrinter::LowerPATCHABLE_FUNCTION_ENTER(const MachineInstr &MI) in LowerPATCHABLE_FUNCTION_ENTER()
344 void AArch64AsmPrinter::LowerPATCHABLE_FUNCTION_EXIT(const MachineInstr &MI) { in LowerPATCHABLE_FUNCTION_EXIT()
348 void AArch64AsmPrinter::LowerPATCHABLE_TAIL_CALL(const MachineInstr &MI) { in LowerPATCHABLE_TAIL_CALL()
352 void AArch64AsmPrinter::emitSled(const MachineInstr &MI, SledKind Kind) { in emitSled()
406 void AArch64AsmPrinter::LowerPATCHABLE_EVENT_CALL(const MachineInstr &MI, in LowerPATCHABLE_EVENT_CALL()
485 void AArch64AsmPrinter::LowerKCFI_CHECK(const MachineInstr &MI) { in LowerKCFI_CHECK()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1247 SRCS_MIN+= Target/AArch64/AArch64AsmPrinter.cpp