Searched refs:IntPtrSize (Results 1 – 2 of 2) sorted by relevance
48 unsigned IntPtrSize = M.getDataLayout().getPointerSize(); in finishAssembly() local76 AP.EmitAlignment(IntPtrSize == 4 ? 2 : 3); in finishAssembly()97 AP.emitInt16(MD.getFrameSize() / IntPtrSize); in finishAssembly()100 unsigned RegisteredArgs = IntPtrSize == 4 ? 5 : 6; in finishAssembly()117 AP.emitInt16(LI->StackOffset / IntPtrSize); in finishAssembly()
101 unsigned IntPtrSize = M.getDataLayout().getPointerSize(); in finishAssembly() local110 AP.OutStreamer->EmitIntValue(0, IntPtrSize); in finishAssembly()133 AP.EmitAlignment(IntPtrSize == 4 ? 2 : 3); in finishAssembly()168 AP.OutStreamer->EmitSymbolValue(J->Label, IntPtrSize); in finishAssembly()184 AP.EmitAlignment(IntPtrSize == 4 ? 2 : 3); in finishAssembly()