Searched refs:getUnsigned (Results 1 – 9 of 9) sorted by relevance
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | DataExtractor.h | 86 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/ |
| HD | DWARFDebugArangeSet.cpp | 74 arangeDescriptor.Address = data.getUnsigned(offset_ptr, HeaderData.AddrSize); in extract() 75 arangeDescriptor.Length = data.getUnsigned(offset_ptr, HeaderData.AddrSize); in extract()
|
| HD | DWARFDebugLoc.cpp | 49 E.Begin = data.getUnsigned(&Offset, AddressSize); in parse() 55 E.End = data.getUnsigned(&Offset, AddressSize); in parse()
|
| HD | DWARFFormValue.cpp | 149 Value.uval = data.getUnsigned(offset_ptr, AddrSize) + R.second; in extractValue() 151 Value.uval = data.getUnsigned(offset_ptr, AddrSize); in extractValue()
|
| HD | DWARFDebugFrame.cpp | 336 Id = Data.getUnsigned(&Offset, IsDWARF64 ? 8 : 4); in parse()
|
| /trueos/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/ |
| HD | VariantValue.cpp | 168 setUnsigned(Other.getUnsigned()); in operator =() 203 unsigned VariantValue::getUnsigned() const { in getUnsigned() function in clang::ast_matchers::dynamic::VariantValue
|
| HD | Marshallers.h | 75 return Value.getUnsigned();
|
| /trueos/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/ |
| HD | VariantValue.h | 219 unsigned getUnsigned() const;
|
| /trueos/contrib/llvm/lib/Support/ |
| HD | DataExtractor.cpp | 92 DataExtractor::getUnsigned(uint32_t *offset_ptr, uint32_t byte_size) const { in getUnsigned() function in DataExtractor
|