OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emitWord
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.cpp
124
//
emitWord
method behaves differently for ELF32 and ELF64, writing
140
ElfHdr.
emitWord
(0); // e_entry, no entry point in .o file
141
ElfHdr.
emitWord
(0); // e_phoff, no program header for .o
143
ElfHdr.
emitWord
(0); // e_shoff = sec hdr table off in bytes
841
RelSec.
emitWord
(Rel.getOffset());
842
RelSec.
emitWord
(Rel.getInfo(is64Bit));
844
RelSec.
emitWord
(Rel.getAddend());
874
SHdrTab.
emitWord
(SHdr.Addr);
875
SHdrTab.
emitWord
(SHdr.Offset);
883
SHdrTab.
emitWord
(SHdr.Addr)
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
BinaryObject.h
107
///
emitWord
- This callback is invoked when a word needs to be
109
inline void
emitWord
(uint64_t W) {
221
///
emitWord
- This callback is invoked when a word needs to
Completed in 55 milliseconds