Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h71 virtual const DWARFSection &getAppleNamesSection() const { return Dummy; } in getAppleNamesSection() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp594 DObj->getAppleNamesSection().Data)) in dump()
816 return getAccelTable(AppleNames, *DObj, DObj->getAppleNamesSection(), in getAppleNames()
1611 const DWARFSection &getAppleNamesSection() const override { in getAppleNamesSection() function in __anonf3f23cd30d11::DWARFObjInMemory
H A DDWARFVerifier.cpp1487 if (!D.getAppleNamesSection().Data.empty()) in handleAccelTables()
1488 NumErrors += verifyAppleAccelTable(&D.getAppleNamesSection(), &StrData, in handleAccelTables()