Searched defs:getU32 (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/lib/Support/
H A DDataExtractor.cpp71 uint32_t DataExtractor::getU32(uint32_t *offset_ptr) const { function in class:DataExtractor
75 uint32_t *DataExtractor::getU32(uint32_t *offset_ptr, uint32_t *dst, function in class:DataExtractor
99 return getU32(offset_ptr);
114 return (int32_t)getU32(offset_ptr);

Completed in 65 milliseconds