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

  /external/llvm/lib/CodeGen/
ELFWriter.cpp 412 EmitGlobalConstant(GVar->getInitializer(), ES);
437 EmitGlobalConstant(field, GblS);
448 void ELFWriter::EmitGlobalConstant(const Constant *CV, ELFSection &GblS) {
454 EmitGlobalConstant(CVA->getOperand(i), GblS);
488 EmitGlobalConstant(CP->getOperand(I), GblS);
503 EmitGlobalConstant(Op, GblS);
676 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);
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 166 EmitGlobalConstant(C);
169 EmitGlobalConstant(C);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 376 EmitGlobalConstant(GV->getInitializer());
411 EmitGlobalConstant(GV->getInitializer());
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]

Completed in 93 milliseconds