Searched refs:getLocSection (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFObject.h | 41 virtual const DWARFSection &getLocSection() const { return Dummy; } in getLocSection() function
|
| H A D | DWARFUnit.h | 273 const DWARFSection *getLocSection() const { return LocSection; } in getLocSection() function
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 97 if (!U->isDWOUnit() && !U->getLocSection()->Data.empty()) { in dumpLocation() 99 DWARFDataExtractor Data(Obj, *U->getLocSection(), Ctx.isLittleEndian(), in dumpLocation()
|
| H A D | DWARFContext.cpp | 387 DObj->getLocSection().Data)) { in dump() 723 DWARFDataExtractor LocData(*DObj, DObj->getLocSection(), isLittleEndian(), in getDebugLoc() 1591 const DWARFSection &getLocSection() const override { return LocSection; } in getLocSection() function in __anonf3f23cd30d11::DWARFObjInMemory
|
| H A D | DWARFVerifier.cpp | 328 &DObj.getLocSection(), DObj.getStringSection(), in verifyUnitSection() 342 &DObj.getLocSection(), DObj.getStringSection(), in verifyUnitSection()
|
| H A D | DWARFUnit.cpp | 42 &D.getLocSection(), D.getStringSection(), in addUnitsForSection()
|