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

  /external/llvm/lib/CodeGen/AsmPrinter/
ErlangGCPrinter.cpp 53 unsigned IntPtrSize = AP.TM.getDataLayout()->getPointerSize();
77 AP.EmitAlignment(IntPtrSize == 4 ? 2 : 3);
98 AP.EmitInt16(MD.getFrameSize() / IntPtrSize);
101 unsigned RegisteredArgs = IntPtrSize == 4 ? 5 : 6;
117 AP.EmitInt16(LI->StackOffset / IntPtrSize);
OcamlGCPrinter.cpp 94 unsigned IntPtrSize = AP.TM.getDataLayout()->getPointerSize();
103 AP.OutStreamer.EmitIntValue(0, IntPtrSize);
121 AP.EmitAlignment(IntPtrSize == 4 ? 2 : 3);
148 AP.OutStreamer.EmitSymbolValue(J->Label, IntPtrSize);
163 AP.EmitAlignment(IntPtrSize == 4 ? 2 : 3);

Completed in 31 milliseconds