OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
197
void
WriteWord
(uint64_t W) {
459
WriteWord
(0); // e_entry, no entry point in .o file
460
WriteWord
(0); // e_phoff, no program header for .o
461
WriteWord
(SectionDataSize + (is64Bit() ? sizeof(ELF::Elf64_Ehdr) :
[
all
...]
Completed in 237 milliseconds