Home
last modified time | relevance | path

Searched refs:SkipPubSection (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp131 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 DDWARFLinker.cpp1304 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 DDWARFStreamer.cpp749 if (Name.SkipPubSection) in emitPubSectionForUnit()
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h218 bool SkipPubSection; member
224 bool SkipPubSection = false)
225 : Name(Name), Die(Die), SkipPubSection(SkipPubSection) {} in Name()
230 SkipPubSection(false), in AccelInfo()
H A DDWARFLinker.h684 OffsetsStringPool &StringPool, bool SkipPubSection);