OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emitAlignment
(Results
1 - 11
of
11
) 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);
ELFCodeEmitter.cpp
53
ES->
emitAlignment
(Align);
ELFWriter.cpp
135
ElfHdr.
emitAlignment
(16); // e_ident[EI_NIDENT-EI_PAD]
408
ES.
emitAlignment
(Align);
645
Ctor.
emitAlignment
(Align);
652
Dtor.
emitAlignment
(Align);
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ObjectCodeEmitter.h
84
///
emitAlignment
- Move the CurBufferPtr pointer up to the specified
86
void
emitAlignment
(unsigned Alignment = 0, uint8_t fill = 0);
MachineCodeEmitter.h
159
///
emitAlignment
- Move the CurBufferPtr pointer up to the specified
161
void
emitAlignment
(unsigned Alignment) {
257
emitAlignment
(Alignment);
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);
BinaryObject.h
292
///
emitAlignment
- Pad the data to the specified alignment.
293
void
emitAlignment
(unsigned Alignment, uint8_t fill = 0) {
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.cpp
179
JCE.
emitAlignment
(4);
194
JCE.
emitAlignment
(4);
214
JCE.
emitAlignment
(4);
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsJITInfo.cpp
159
JCE.
emitAlignment
(4);
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86JITInfo.cpp
475
JCE.
emitAlignment
(4);
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp
799
emitAlignment
(16);
806
emitAlignment
(std::max(F.getFunction()->getAlignment(), 8U));
[
all
...]
Completed in 362 milliseconds