Home
last modified time | relevance | path

Searched refs:getUnsigned (Results 1 – 9 of 9) sorted by relevance

/trueos/contrib/llvm/include/llvm/Support/
HDDataExtractor.h86 uint64_t getUnsigned(uint32_t *offset_ptr, uint32_t byte_size) const;
131 return getUnsigned(offset_ptr, AddressSize); in getAddress()
/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFDebugArangeSet.cpp74 arangeDescriptor.Address = data.getUnsigned(offset_ptr, HeaderData.AddrSize); in extract()
75 arangeDescriptor.Length = data.getUnsigned(offset_ptr, HeaderData.AddrSize); in extract()
HDDWARFDebugLoc.cpp49 E.Begin = data.getUnsigned(&Offset, AddressSize); in parse()
55 E.End = data.getUnsigned(&Offset, AddressSize); in parse()
HDDWARFFormValue.cpp149 Value.uval = data.getUnsigned(offset_ptr, AddrSize) + R.second; in extractValue()
151 Value.uval = data.getUnsigned(offset_ptr, AddrSize); in extractValue()
HDDWARFDebugFrame.cpp336 Id = Data.getUnsigned(&Offset, IsDWARF64 ? 8 : 4); in parse()
/trueos/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
HDVariantValue.cpp168 setUnsigned(Other.getUnsigned()); in operator =()
203 unsigned VariantValue::getUnsigned() const { in getUnsigned() function in clang::ast_matchers::dynamic::VariantValue
HDMarshallers.h75 return Value.getUnsigned();
/trueos/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
HDVariantValue.h219 unsigned getUnsigned() const;
/trueos/contrib/llvm/lib/Support/
HDDataExtractor.cpp92 DataExtractor::getUnsigned(uint32_t *offset_ptr, uint32_t byte_size) const { in getUnsigned() function in DataExtractor