Searched refs:SkipPubSection (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.cpp | 131 bool SkipPubSection) { in addObjCAccelerator() argument 132 ObjC.emplace_back(Name, Die, SkipPubSection); in addObjCAccelerator() 137 bool SkipPubSection) { in addNameAccelerator() argument 138 Pubnames.emplace_back(Name, Die, SkipPubSection); in addNameAccelerator()
|
| H A D | DWARFLinker.cpp | 1304 bool SkipPubSection) { in addObjCAccelerator() argument 1318 Unit.addNameAccelerator(Die, StringPool.getEntry(Selector), SkipPubSection); in addObjCAccelerator() 1323 Unit.addObjCAccelerator(Die, StringPool.getEntry(ClassName), SkipPubSection); in addObjCAccelerator() 1330 SkipPubSection); in addObjCAccelerator() 1337 SkipPubSection); in addObjCAccelerator()
|
| H A D | DWARFStreamer.cpp | 749 if (Name.SkipPubSection) in emitPubSectionForUnit()
|
| /llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.h | 218 bool SkipPubSection; member 224 bool SkipPubSection = false) 225 : Name(Name), Die(Die), SkipPubSection(SkipPubSection) {} in Name() 230 SkipPubSection(false), in AccelInfo()
|
| H A D | DWARFLinker.h | 684 OffsetsStringPool &StringPool, bool SkipPubSection);
|