Searched refs:EmitGlobalConstant (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DAsmPrinter.h232 /// EmitGlobalConstant - Print a general LLVM constant to the .s file.
233 void EmitGlobalConstant(const Constant *CV, unsigned AddrSpace = 0);
272 EmitGlobalConstant(CV);
/macosx-10.10/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp166 EmitGlobalConstant(C);
169 EmitGlobalConstant(C);
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp370 EmitGlobalConstant(GV->getInitializer());
405 EmitGlobalConstant(GV->getInitializer());
1046 EmitGlobalConstant(CPE.Val.ConstVal);
1912 /// EmitGlobalConstant - Print a general LLVM constant to the .s file.
1913 void AsmPrinter::EmitGlobalConstant(const Constant *CV, unsigned AddrSpace) { function in class:AsmPrinter
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMAsmPrinter.cpp1609 EmitGlobalConstant(MCPE.Val.ConstVal);

Completed in 194 milliseconds