HomeSort by relevance Sort by last modified time
    Searched refs:emitWord32 (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
ELFWriter.cpp 139 ElfHdr.emitWord32(ELF::EV_CURRENT); // e_version
144 ElfHdr.emitWord32(TEW->getEFlags()); // e_flags = whatever the target wants
467 GblS.emitWord32(Val.getZExtValue());
481 GblS.emitWord32(CI->getZExtValue());
850 SymbolTable.emitWord32(Sym.NameIdx);
857 SymbolTable.emitWord32(Sym.NameIdx);
858 SymbolTable.emitWord32(Sym.Value);
859 SymbolTable.emitWord32(Sym.Size);
870 SHdrTab.emitWord32(SHdr.NameIdx);
871 SHdrTab.emitWord32(SHdr.Type)
    [all...]
  /external/llvm/include/llvm/CodeGen/
BinaryObject.h 111 emitWord32(W);
116 /// emitWord32 - This callback is invoked when a 32-bit word needs to be
118 inline void emitWord32(uint32_t W) {

Completed in 77 milliseconds