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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp462 EmitGlobalConstant(GV->getInitializer());
497 EmitGlobalConstant(GV->getInitializer());
553 EmitGlobalConstant(F->getPrefixData());
1125 EmitGlobalConstant(CPE.Val.ConstVal);
2028 /// EmitGlobalConstant - Print a general LLVM constant to the .s file.
2029 void AsmPrinter::EmitGlobalConstant(const Constant *CV) { function in class:AsmPrinter

Completed in 93 milliseconds