Home
last modified time | relevance | path

Searched defs:getUnitForOffset (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h69 UnitType *getUnitForOffset(uint32_t Offset) const override { in getUnitForOffset() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp129 DWARFUnit *DWARFUnitVector::getUnitForOffset(uint64_t Offset) const { in getUnitForOffset() function in DWARFUnitVector
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp131 DWARFUnit *DWARFUnitVector::getUnitForOffset(uint64_t Offset) const { in getUnitForOffset() function in DWARFUnitVector
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp54 static CompileUnit *getUnitForOffset(const UnitListTy &Units, uint64_t Offset) { in getUnitForOffset() function
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1470 static CompileUnit *getUnitForOffset(MutableArrayRef<CompileUnit> Units, in getUnitForOffset() function