Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h257 bool SkipPubSection; member
263 bool SkipPubSection = false)
264 : Name(Name), Die(Die), SkipPubSection(SkipPubSection) {} in Name()
269 SkipPubSection(false), in AccelInfo()
H A DDWARFLinker.h720 OffsetsStringPool &StringPool, bool SkipPubSection);
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp
H A DDWARFLinker.cpp
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.cpp199 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 DDWARFLinker.cpp1645 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 DDWARFStreamer.cpp1221 if (Name.SkipPubSection) in emitPubSectionForUnit()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerUnit.h