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

  /external/llvm/lib/Support/
DataExtractor.cpp 81 uint64_t DataExtractor::getU64(uint32_t *offset_ptr) const {
85 uint64_t *DataExtractor::getU64(uint32_t *offset_ptr, uint64_t *dst,
101 return getU64(offset_ptr);
116 return (int64_t)getU64(offset_ptr);
  /external/swiftshader/third_party/LLVM/lib/Support/
DataExtractor.cpp 81 uint64_t DataExtractor::getU64(uint32_t *offset_ptr) const {
85 uint64_t *DataExtractor::getU64(uint32_t *offset_ptr, uint64_t *dst,
101 return getU64(offset_ptr);
116 return (int64_t)getU64(offset_ptr);

Completed in 246 milliseconds