/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 73 return LHS < RHS->getNextUnitOffset(); in getUnitForOffset() 97 Offset = this->back()->getNextUnitOffset(); in parseImpl() 191 uint32_t getNextUnitOffset() const { return Offset + Length + 4; } in getNextUnitOffset() function
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFCompileUnit.cpp | 22 << " (next unit at " << format("0x%08x", getNextUnitOffset()) in dump()
|
D | DWARFTypeUnit.cpp | 33 << " (next unit at " << format("0x%08x", getNextUnitOffset()) in dump()
|
D | DWARFUnit.cpp | 94 bool LengthOK = debug_info.isValidOffset(getNextUnitOffset() - 1); in extractImpl() 197 uint32_t NextCUOffset = getNextUnitOffset(); in extractDIEsToVector()
|
D | DWARFDebugInfoEntry.cpp | 188 uint32_t UEndOffset = U->getNextUnitOffset(); in extractFast()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFCompileUnit.cpp | 28 OS << " (next unit at " << format("0x%08" PRIx64, getNextUnitOffset()) in dump()
|
D | DWARFTypeUnit.cpp | 42 << " (next unit at " << format("0x%08" PRIx64, getNextUnitOffset()) in dump()
|
D | DWARFDebugInfoEntry.cpp | 24 const uint64_t UEndOffset = U.getNextUnitOffset(); in extractFast()
|
D | DWARFUnit.cpp | 115 Offset = U->getNextUnitOffset(); in addUnitsImpl() 134 return LHS < RHS->getNextUnitOffset(); in getUnitForOffset() 153 return LHS < RHS->getNextUnitOffset(); in getUnitForIndexEntry() 321 bool LengthOK = debug_info.isValidOffset(getNextUnitOffset() - 1); in extract() 389 uint64_t NextCUOffset = getNextUnitOffset(); in extractDIEsToVector()
|
D | DWARFAcceleratorTable.cpp | 765 Offset = Next.getNextUnitOffset(); in extract()
|
D | DWARFVerifier.cpp | 548 auto CUSize = DieCU->getNextUnitOffset() - DieCU->getOffset(); in verifyDebugInfoForm()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFCompileUnit.cpp | 31 OS << " (next unit at " << format("0x%08" PRIx64, getNextUnitOffset()) in dump()
|
D | DWARFTypeUnit.cpp | 46 << " (next unit at " << format("0x%08" PRIx64, getNextUnitOffset()) in dump()
|
D | DWARFDebugInfoEntry.cpp | 24 const uint64_t UEndOffset = U.getNextUnitOffset(); in extractFast()
|
D | DWARFUnit.cpp | 117 Offset = U->getNextUnitOffset(); in addUnitsImpl() 136 return LHS < RHS->getNextUnitOffset(); in getUnitForOffset() 155 return LHS < RHS->getNextUnitOffset(); in getUnitForIndexEntry() 276 bool LengthOK = debug_info.isValidOffset(getNextUnitOffset() - 1); in extract() 361 uint64_t NextCUOffset = getNextUnitOffset(); in extractDIEsToVector()
|
D | DWARFAcceleratorTable.cpp | 780 Offset = Next.getNextUnitOffset(); in extract()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 108 uint64_t getNextUnitOffset() const { in getNextUnitOffset() function 298 uint64_t getNextUnitOffset() const { return Header.getNextUnitOffset(); } in getNextUnitOffset() function
|
D | DWARFAcceleratorTable.h | 460 uint64_t getNextUnitOffset() const { in getNextUnitOffset() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 104 uint64_t getNextUnitOffset() const { in getNextUnitOffset() function 292 uint64_t getNextUnitOffset() const { return Header.getNextUnitOffset(); } in getNextUnitOffset() function
|
D | DWARFAcceleratorTable.h | 464 uint64_t getNextUnitOffset() const { return Base + 4 + Hdr.UnitLength; } in getNextUnitOffset() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerCompileUnit.h | 125 uint64_t getNextUnitOffset() const { return NextUnitOffset; } in getNextUnitOffset() function
|
/external/llvm-project/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerCompileUnit.h | 129 uint64_t getNextUnitOffset() const { return NextUnitOffset; } in getNextUnitOffset() function
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFStreamer.cpp | 142 Asm->emitInt32(Unit.getNextUnitOffset() - Unit.getStartOffset() - 4); in emitCompileUnitHeader() 719 Asm->emitInt32(Unit.getNextUnitOffset() - Unit.getStartOffset()); // Size in emitPubSectionForUnit()
|
D | DWARFLinker.cpp | 58 return LHS < RHS->getOrigUnit().getNextUnitOffset(); in getUnitForOffset() 1385 : U.getNextUnitOffset(); in cloneDIE()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 238 uint64_t getNextUnitOffset() const { return NextUnitOffset; } in getNextUnitOffset() function in llvm::dsymutil::__anondabe43b60111::CompileUnit 681 Asm->EmitInt32(Unit.getNextUnitOffset() - Unit.getStartOffset() - 4); in emitCompileUnitHeader() 1052 Asm->EmitInt32(Unit.getNextUnitOffset() - Unit.getStartOffset()); // Size in emitPubSectionForUnit() 1475 return LHS < RHS.getOrigUnit().getNextUnitOffset(); in getUnitForOffset() 2742 : U.getNextUnitOffset(); in cloneDIE()
|