Home
last modified time | relevance | path

Searched refs:emitGlobalConstant (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/
HDDirectXAsmPrinter.cpp52 emitGlobalConstant(GV->getDataLayout(), GV->getInitializer()); in emitGlobalVariable()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDAsmPrinter.h497 void emitGlobalConstant(const DataLayout &DL, const Constant *CV,
573 emitGlobalConstant(DL, CV); in emitXXStructor()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreAsmPrinter.cpp157 emitGlobalConstant(DL, C); in emitGlobalVariable()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYAsmPrinter.cpp118 emitGlobalConstant(MF->getDataLayout(), MCPE.Val.ConstVal); in emitCustomConstantPool()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp842 emitGlobalConstant(GV->getDataLayout(), in emitGlobalVariable()
882 emitGlobalConstant(GV->getDataLayout(), GV->getInitializer()); in emitGlobalVariable()
906 emitGlobalConstant(F.getDataLayout(), C); in emitFunctionPrefix()
916 emitGlobalConstant(F.getDataLayout(), C); in emitFunctionPrefix()
1049 emitGlobalConstant(F.getDataLayout(), F.getPrologueData()); in emitFunctionHeader()
1496 emitGlobalConstant(F.getDataLayout(), in emitKCFITypeId()
1653 emitGlobalConstant(DL, C); in emitPCSections()
2689 emitGlobalConstant(getDataLayout(), CPE.Val.ConstVal); in emitConstantPool()
3774 void AsmPrinter::emitGlobalConstant(const DataLayout &DL, const Constant *CV, in emitGlobalConstant() function in AsmPrinter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsAsmPrinter.cpp231 emitGlobalConstant(MF->getDataLayout(), MCPE.Val.ConstVal); in emitInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMAsmPrinter.cpp940 return emitGlobalConstant(DL, ACPC->getPromotedGlobalInit()); in emitMachineConstantPoolValue()
1818 emitGlobalConstant(DL, MCPE.Val.ConstVal); in emitInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCAsmPrinter.cpp2861 emitGlobalConstant(GV->getDataLayout(), GV->getInitializer()); in emitGlobalVariableHelper()
2872 emitGlobalConstant(GV->getDataLayout(), GV->getInitializer(), in emitGlobalVariableHelper()