Home
last modified time | relevance | path

Searched refs:recordPatchPoint (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h343 LLVM_ABI void recordPatchPoint(const MCSymbol &L, const MachineInstr &MI);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp539 void StackMaps::recordPatchPoint(const MCSymbol &L, const MachineInstr &MI) { in recordPatchPoint() function in StackMaps
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp173 SM.recordPatchPoint(*MILabel, MI); in LowerPATCHPOINT()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp847 SM.recordPatchPoint(*MILabel, MI); in LowerPATCHPOINT()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1045 SM.recordPatchPoint(*MILabel, MI); in LowerPATCHPOINT()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp563 SM.recordPatchPoint(*MILabel, MI); in LowerPATCHPOINT()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1697 SM.recordPatchPoint(*MILabel, MI); in LowerPATCHPOINT()