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

  /external/llvm/lib/CodeGen/
ELFWriter.cpp 420 ELFSection &GblS) {
437 EmitGlobalConstant(field, GblS);
442 GblS.emitZeros(padSize);
448 void ELFWriter::EmitGlobalConstant(const Constant *CV, ELFSection &GblS) {
454 EmitGlobalConstant(CVA->getOperand(i), GblS);
457 GblS.emitZeros(Size);
460 EmitGlobalConstantStruct(CVS, GblS);
465 GblS.emitWord64(Val.getZExtValue());
467 GblS.emitWord32(Val.getZExtValue());
471 GblS.emitWordFP80(Val.getRawData(), PadSize)
    [all...]
ELFWriter.h 228 void EmitGlobalConstant(const Constant *C, ELFSection &GblS);
230 ELFSection &GblS);
233 ELFSection &GblS, int64_t Offset = 0);

Completed in 216 milliseconds