Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h75 virtual const DWARFSection &getAppleNamesSection() const { return Dummy; } in getAppleNamesSection() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp513 return getAccelTable(AppleNames, DObj, DObj.getAppleNamesSection(), in getAppleNames()
1325 DObj->getAppleNamesSection().Data)) in dump()
2409 const DWARFSection &getAppleNamesSection() const override { in getAppleNamesSection() function in __anonfc0a132e1211::DWARFObjInMemory
H A DDWARFVerifier.cpp2099 if (!D.getAppleNamesSection().Data.empty()) in handleAccelTables()
2100 verifyAppleAccelTable(&D.getAppleNamesSection(), &StrData, ".apple_names"); in handleAccelTables()