Searched refs:IntPtrSize (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp51 unsigned IntPtrSize = M.getDataLayout().getPointerSize(); local
79 AP.EmitAlignment(IntPtrSize == 4 ? 2 : 3);
100 AP.EmitInt16(MD.getFrameSize() / IntPtrSize);
103 unsigned RegisteredArgs = IntPtrSize == 4 ? 5 : 6;
120 AP.EmitInt16(LI->StackOffset / IntPtrSize);
H A DOcamlGCPrinter.cpp96 unsigned IntPtrSize = M.getDataLayout().getPointerSize(); local
105 AP.OutStreamer->EmitIntValue(0, IntPtrSize);
128 AP.EmitAlignment(IntPtrSize == 4 ? 2 : 3);
163 AP.OutStreamer->EmitSymbolValue(J->Label, IntPtrSize);
179 AP.EmitAlignment(IntPtrSize == 4 ? 2 : 3);
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp94 unsigned IntPtrSize = AP.TM.getTargetData()->getPointerSize(); local
103 AP.OutStreamer.EmitIntValue(0, IntPtrSize, 0);
121 AP.EmitAlignment(IntPtrSize == 4 ? 2 : 3);
148 AP.OutStreamer.EmitSymbolValue(J->Label, IntPtrSize, 0);
163 AP.EmitAlignment(IntPtrSize == 4 ? 2 : 3);

Completed in 119 milliseconds