Searched refs:getU64 (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/DebugInfo/
H A DDWARFTypeUnit.cpp20 TypeHash = debug_info.getU64(offset_ptr);
H A DDWARFFormValue.cpp190 Value.uval = data.getU64(offset_ptr);
231 Value.uval = data.getU64(offset_ptr);
H A DDWARFDebugFrame.cpp324 Length = Data.getU64(&Offset);
H A DDWARFContext.cpp568 OriginalSize = extractor.getU64(&Offset);
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DDataExtractor.cpp81 uint64_t DataExtractor::getU64(uint32_t *offset_ptr) const { function in class:DataExtractor
85 uint64_t *DataExtractor::getU64(uint32_t *offset_ptr, uint64_t *dst, function in class:DataExtractor
101 return getU64(offset_ptr);
116 return (int64_t)getU64(offset_ptr);
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DDataExtractor.h273 uint64_t getU64(uint32_t *offset_ptr) const;
298 uint64_t *getU64(uint32_t *offset_ptr, uint64_t *dst, uint32_t count) const;

Completed in 52 milliseconds