HomeSort by relevance Sort by last modified time
    Searched defs:emitAlignment (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ObjectCodeEmitter.cpp 58 /// emitAlignment - Align 'BO' to the necessary alignment boundary.
59 void ObjectCodeEmitter::emitAlignment(unsigned Alignment /* 0 */,
61 BO->emitAlignment(Alignment, fill);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
JITCodeEmitter.h 148 /// emitAlignment - Move the CurBufferPtr pointer up to the specified
150 void emitAlignment(unsigned Alignment) {
157 /// emitAlignmentWithFill - Similar to emitAlignment, except that the
257 emitAlignment(Alignment);
MachineCodeEmitter.h 159 /// emitAlignment - Move the CurBufferPtr pointer up to the specified
161 void emitAlignment(unsigned Alignment) {
257 emitAlignment(Alignment);
BinaryObject.h 292 /// emitAlignment - Pad the data to the specified alignment.
293 void emitAlignment(unsigned Alignment, uint8_t fill = 0) {

Completed in 94 milliseconds