HomeSort by relevance Sort by last modified time
    Searched refs:EmitGlobalConstant (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 163 EmitGlobalConstant(C);
166 EmitGlobalConstant(C);
  /external/llvm/lib/CodeGen/
ELFWriter.cpp 414 EmitGlobalConstant(GVar->getInitializer(), ES);
439 EmitGlobalConstant(field, GblS);
450 void ELFWriter::EmitGlobalConstant(const Constant *CV, ELFSection &GblS) {
456 EmitGlobalConstant(CVA->getOperand(i), GblS);
490 EmitGlobalConstant(CP->getOperand(I), GblS);
505 EmitGlobalConstant(Op, GblS);
678 EmitGlobalConstant(CS->getOperand(1), Xtor);
    [all...]
ELFWriter.h 228 void EmitGlobalConstant(const Constant *C, ELFSection &GblS);
ELFCodeEmitter.cpp 161 EW.EmitGlobalConstant(CPE.Val.ConstVal, CstPool);
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 230 /// EmitGlobalConstant - Print a general LLVM constant to the .s file.
231 void EmitGlobalConstant(const Constant *CV, unsigned AddrSpace = 0);