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

  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 76 void WriteWord(unsigned Value) {
131 WriteWord(CurValue);
151 WriteWord(CurValue);
  /frameworks/compile/libbcc/bcinfo/Wrap/
bitcode_wrapperer.cpp 166 bool BitcodeWrapperer::WriteWord(uint32_t value) {
340 WriteWord(kWrapperMagicNumber) &&
341 WriteWord(kLLVMVersionNumber) &&
342 WriteWord(wrapper_bc_offset_) &&
343 WriteWord(wrapper_bc_size_) &&
345 WriteWord(android_header_version_) &&
346 WriteWord(android_target_api_) &&
348 WriteWord(kPnaclBitcodeVersion) &&
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 163 void WriteWord(uint64_t W) {
407 WriteWord(0); // e_entry, no entry point in .o file
408 WriteWord(0); // e_phoff, no program header for .o
409 WriteWord(SectionDataSize + (is64Bit() ? sizeof(ELF::Elf64_Ehdr) :
    [all...]

Completed in 2288 milliseconds