OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WriteWord
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Bitcode/
BitstreamWriter.h
70
void
WriteWord
(unsigned Value) {
125
WriteWord
(CurValue);
145
WriteWord
(CurValue);
/external/llvm/lib/MC/
ELFObjectWriter.cpp
154
void
WriteWord
(uint64_t W) {
337
WriteWord
(0); // e_entry, no entry point in .o file
338
WriteWord
(0); // e_phoff, no program header for .o
339
WriteWord
(0); // e_shoff = sec hdr table off in bytes
[
all
...]
/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) &&
Completed in 141 milliseconds