Home
last modified time | relevance | path

Searched refs:IntPtrSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp48 unsigned IntPtrSize = M.getDataLayout().getPointerSize(); in finishAssembly() local
76 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()
H A DOcamlGCPrinter.cpp101 unsigned IntPtrSize = M.getDataLayout().getPointerSize(); in finishAssembly() local
110 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()