Home
last modified time | relevance | path

Searched refs:GetU32_unchecked (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DDataExtractor.h871 GetU32_unchecked (lldb::offset_t *offset_ptr) const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DDataExtractor.cpp462 DataExtractor::GetU32_unchecked (offset_t *offset_ptr) const in GetU32_unchecked() function in DataExtractor
706 case 4: return GetU32_unchecked (offset_ptr); break; in GetMaxU64_unchecked()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp178 … case DW_FORM_block4 : form_size = debug_info_data.GetU32_unchecked (&offset);break; in FastExtract()