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

  /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) &&
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
bitcode_wrapperer.h 127 bool WriteWord(uint32_t word);
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 76 void WriteWord(unsigned Value) {
131 WriteWord(CurValue);
151 WriteWord(CurValue);
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 162 void WriteWord(uint64_t W) {
403 WriteWord(0); // e_entry, no entry point in .o file
404 WriteWord(0); // e_phoff, no program header for .o
405 WriteWord(SectionDataSize + (is64Bit() ? sizeof(ELF::Elf64_Ehdr) :
    [all...]

Completed in 198 milliseconds