Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h241 bool SkipPubSection; member
247 bool SkipPubSection = false)
248 : Name(Name), Die(Die), SkipPubSection(SkipPubSection) {} in Name()
253 SkipPubSection(false), in AccelInfo()
H A DDWARFLinker.h713 OffsetsStringPool &StringPool, bool SkipPubSection);
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.cpp195 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 DDWARFLinker.cpp1610 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 DDWARFStreamer.cpp1207 if (Name.SkipPubSection) in emitPubSectionForUnit()