Home
last modified time | relevance | path

Searched refs:emitMachOIFuncStubHelperBody (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.h126 void emitMachOIFuncStubHelperBody(Module &M, const GlobalIFunc &GI,
H A DX86AsmPrinter.cpp556 void X86AsmPrinter::emitMachOIFuncStubHelperBody(Module &M, in emitMachOIFuncStubHelperBody() function in X86AsmPrinter
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h612 virtual void emitMachOIFuncStubHelperBody(Module &M, const GlobalIFunc &GI, in emitMachOIFuncStubHelperBody() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp213 void emitMachOIFuncStubHelperBody(Module &M, const GlobalIFunc &GI,
1946 void AArch64AsmPrinter::emitMachOIFuncStubHelperBody(Module &M, in emitMachOIFuncStubHelperBody() function in AArch64AsmPrinter
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2248 emitMachOIFuncStubHelperBody(M, GI, LazyPointer); in emitGlobalIFunc()