Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h833 void emitCOFFReplaceableFunctionData(Module &M);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp929 emitCOFFReplaceableFunctionData(M); in emitStartOfAsmFile()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp338 emitCOFFReplaceableFunctionData(M); in emitStartOfAsmFile()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4771 void AsmPrinter::emitCOFFReplaceableFunctionData(Module &M) { in emitCOFFReplaceableFunctionData() function in AsmPrinter