HomeSort by: relevance | last modified time | path
    Searched defs:IntPtrSize (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
ErlangGCPrinter.cpp 46 unsigned IntPtrSize = M.getDataLayout().getPointerSize();
74 AP.emitAlignment(IntPtrSize == 4 ? Align(4) : Align(8));
94 AP.emitInt16(MD.getFrameSize() / IntPtrSize);
97 unsigned RegisteredArgs = IntPtrSize == 4 ? 5 : 6;
114 AP.emitInt16(LI->StackOffset / IntPtrSize);
OcamlGCPrinter.cpp 100 unsigned IntPtrSize = M.getDataLayout().getPointerSize();
109 AP.OutStreamer->emitIntValue(0, IntPtrSize);
132 AP.emitAlignment(IntPtrSize == 4 ? Align(4) : Align(8));
168 AP.OutStreamer->emitSymbolValue(J->Label, IntPtrSize);
184 AP.emitAlignment(IntPtrSize == 4 ? Align(4) : Align(8));

Completed in 21 milliseconds