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

  /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...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 376 EmitGlobalConstant(GV->getInitializer());
411 EmitGlobalConstant(GV->getInitializer());
    [all...]

Completed in 100 milliseconds