Searched refs:isValidOffset (Results 1 - 25 of 31) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDataExtractor.h338 bool isValidOffset(uint32_t offset) const { return Data.size() > offset; } function in class:llvm::DataExtractor
346 return offset + length >= offset && isValidOffset(offset + length - 1);
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
H A DDWARFCompileUnit.cpp29 if (debug_info.isValidOffset(*offset_ptr)) {
37 bool lengthOK = debug_info.isValidOffset(getNextCompileUnitOffset()-1);
61 if (debug_info_data.isValidOffset(offset)) {
72 debug_info_data.isValidOffset(offset))
H A DDWARFDebugArangeSet.cpp51 if (data.isValidOffset(*offset_ptr)) {
99 while (data.isValidOffset(*offset_ptr)) {
H A DDWARFAbbreviationDeclaration.cpp31 while (data.isValidOffset(*offset_ptr)) {
H A DDWARFDebugAbbrev.cpp66 while (data.isValidOffset(offset)) {
H A DDWARFContext.cpp106 while (debug_info_data.isValidOffset(offset)) {
H A DDWARFDebugInfoEntry.cpp28 if (debug_info_data.isValidOffset(offset)) {
217 if ((offset < cu_end_offset) && debug_info_data.isValidOffset(offset)) {
H A DDWARFDebugAranges.cpp61 if (debug_aranges_data.isValidOffset(0)) {
/external/llvm/include/llvm/Support/
H A DDataExtractor.h340 bool isValidOffset(uint32_t offset) const { return Data.size() > offset; } function in class:llvm::DataExtractor
348 return offset + length >= offset && isValidOffset(offset + length - 1);
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugArangeSet.cpp25 if (data.isValidOffset(*offset_ptr)) {
75 while (data.isValidOffset(*offset_ptr)) {
H A DDWARFAcceleratorTable.cpp21 if (!AccelSection.isValidOffset(offsetof(Header, HeaderDataLength)+4))
33 if (!AccelSection.isValidOffset(sizeof(Hdr) + Hdr.HeaderDataLength +
101 if (!AccelSection.isValidOffset(DataOffset)) {
H A DDWARFDebugLoc.cpp39 while (data.isValidOffset(Offset+AddressSize-1)) {
73 if (data.isValidOffset(Offset))
79 while (data.isValidOffset(Offset)) {
H A DDWARFDebugMacro.cpp59 while (data.isValidOffset(Offset)) {
H A DDWARFDebugRangeList.cpp24 if (!data.isValidOffset(*offset_ptr))
H A DDWARFDebugAbbrev.cpp81 while (Data.isValidOffset(Offset)) {
H A DDWARFDebugAranges.cpp22 if (!DebugArangesData.isValidOffset(0))
H A DDWARFUnit.cpp94 bool LengthOK = debug_info.isValidOffset(getNextUnitOffset() - 1);
110 if (debug_info.isValidOffset(*offset_ptr)) {
H A DDWARFDebugInfoEntry.cpp42 if (debug_info_data.isValidOffset(offset)) {
189 if (Offset >= UEndOffset || !DebugInfoData.isValidOffset(Offset))
/external/llvm/lib/Support/
H A DDataExtractor.cpp140 while (isValidOffset(offset)) {
161 while (isValidOffset(offset)) {
/external/swiftshader/third_party/LLVM/lib/Support/
H A DDataExtractor.cpp140 while (isValidOffset(offset)) {
161 while (isValidOffset(offset)) {
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h90 while (Data.isValidOffset(Offset)) {
/external/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp194 if (!HII.isValidOffset(Opc, RealOffset)) {
H A DHexagonInstrInfo.h348 bool isValidOffset(unsigned Opcode, int Offset, bool Extend = true) const;
/external/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp238 while (Data.isValidOffset(Offset)) {
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp888 while (DE.isValidOffset(Offset)) {
908 LineIdx != NumLines && DE.isValidOffset(Offset); ++LineIdx) {
939 LineIdx != NumLines && DE.isValidOffset(Offset); ++LineIdx) {

Completed in 338 milliseconds

12