Home
last modified time | relevance | path

Searched refs:WriteUint32 (Results 1 – 1 of 1) sorted by relevance

/art/compiler/
Delf_builder.h484 this->WriteUint32(4); // namesz. in Write()
485 this->WriteUint32(kBuildIdLen); // descsz. in Write()
486 this->WriteUint32(3); // type = NT_GNU_BUILD_ID. in Write()
499 bool WriteUint32(uint32_t v) { in WriteUint32() function