Searched refs:SkipPubSection (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.h | |
| H A D | DWARFLinker.h | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.h | 257 bool SkipPubSection; member 263 bool SkipPubSection = false) 264 : Name(Name), Die(Die), SkipPubSection(SkipPubSection) {} in Name() 269 SkipPubSection(false), in AccelInfo()
|
| H A D | DWARFLinker.h | 720 OffsetsStringPool &StringPool, bool SkipPubSection);
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.cpp | |
| H A D | DWARFLinker.cpp | |
| H A D | DWARFStreamer.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.cpp | 199 bool SkipPubSection) { in addObjCAccelerator() argument 200 ObjC.emplace_back(Name, Die, SkipPubSection); in addObjCAccelerator() 205 bool SkipPubSection) { in addNameAccelerator() argument 206 Pubnames.emplace_back(Name, Die, SkipPubSection); in addNameAccelerator()
|
| H A D | DWARFLinker.cpp | 1645 bool SkipPubSection) { in addObjCAccelerator() argument 1651 SkipPubSection); in addObjCAccelerator() 1653 SkipPubSection); in addObjCAccelerator() 1656 Die, StringPool.getEntry(*Names->ClassNameNoCategory), SkipPubSection); in addObjCAccelerator() 1659 Die, StringPool.getEntry(*Names->MethodNameNoCategory), SkipPubSection); in addObjCAccelerator()
|
| H A D | DWARFStreamer.cpp | 1221 if (Name.SkipPubSection) in emitPubSectionForUnit()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
| H A D | DWARFLinkerUnit.h | |