Searched refs:SkipPubSection (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.h | 241 bool SkipPubSection; member 247 bool SkipPubSection = false) 248 : Name(Name), Die(Die), SkipPubSection(SkipPubSection) {} in Name() 253 SkipPubSection(false), in AccelInfo()
|
| H A D | DWARFLinker.h | 713 OffsetsStringPool &StringPool, bool SkipPubSection);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.cpp | 195 bool SkipPubSection) { in addObjCAccelerator() argument 196 ObjC.emplace_back(Name, Die, SkipPubSection); in addObjCAccelerator() 201 bool SkipPubSection) { in addNameAccelerator() argument 202 Pubnames.emplace_back(Name, Die, SkipPubSection); in addNameAccelerator()
|
| H A D | DWARFLinker.cpp | 1610 bool SkipPubSection) { in addObjCAccelerator() argument 1616 SkipPubSection); in addObjCAccelerator() 1618 SkipPubSection); in addObjCAccelerator() 1621 Die, StringPool.getEntry(*Names->ClassNameNoCategory), SkipPubSection); in addObjCAccelerator() 1624 Die, StringPool.getEntry(*Names->MethodNameNoCategory), SkipPubSection); in addObjCAccelerator()
|
| H A D | DWARFStreamer.cpp | 1207 if (Name.SkipPubSection) in emitPubSectionForUnit()
|