HomeSort by relevance Sort by last modified time
    Searched defs:getU32 (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
DataExtractor.cpp 71 uint32_t DataExtractor::getU32(uint32_t *offset_ptr) const {
75 uint32_t *DataExtractor::getU32(uint32_t *offset_ptr, uint32_t *dst,
99 return getU32(offset_ptr);
114 return (int32_t)getU32(offset_ptr);
  /external/swiftshader/third_party/LLVM/lib/Support/
DataExtractor.cpp 71 uint32_t DataExtractor::getU32(uint32_t *offset_ptr) const {
75 uint32_t *DataExtractor::getU32(uint32_t *offset_ptr, uint32_t *dst,
99 return getU32(offset_ptr);
114 return (int32_t)getU32(offset_ptr);

Completed in 50 milliseconds