Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.h150 void emitMachOIFuncStubHelperBody(Module &M, const GlobalIFunc &GI,
H A DX86AsmPrinter.cpp596 void X86AsmPrinter::emitMachOIFuncStubHelperBody(Module &M, in emitMachOIFuncStubHelperBody() function in X86AsmPrinter
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h642 virtual void emitMachOIFuncStubHelperBody(Module &M, const GlobalIFunc &GI, in emitMachOIFuncStubHelperBody() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp322 void emitMachOIFuncStubHelperBody(Module &M, const GlobalIFunc &GI,
3428 void AArch64AsmPrinter::emitMachOIFuncStubHelperBody(Module &M, in emitMachOIFuncStubHelperBody() function in AArch64AsmPrinter
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2396 emitMachOIFuncStubHelperBody(M, GI, LazyPointer); in emitGlobalIFunc()