Searched defs:getUnsigned (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFFormValue.h64 uint64_t getUnsigned() const { return Value.uval; } function in class:llvm::DWARFFormValue
/external/llvm/lib/Support/
H A DDataExtractor.cpp92 DataExtractor::getUnsigned(uint32_t *offset_ptr, uint32_t byte_size) const { function in class:DataExtractor
103 llvm_unreachable("getUnsigned unhandled case!");

Completed in 60 milliseconds