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

  /external/llvm/lib/MC/
ELFObjectWriter.cpp 108 WriteWord(0); // e_entry, no entry point in .o file
109 WriteWord(0); // e_phoff, no program header for .o
110 WriteWord(SectionDataSize + (is64Bit() ? sizeof(ELF::Elf64_Ehdr) :
721 WriteWord(Flags); // sh_flags
722 WriteWord(Address); // sh_addr
723 WriteWord(Offset); // sh_offset
724 WriteWord(Size); // sh_size
727 WriteWord(Alignment); // sh_addralign
728 WriteWord(EntrySize); // sh_entsize
    [all...]
ELFObjectWriter.h 173 void WriteWord(uint64_t W) {

Completed in 434 milliseconds