Home
last modified time | relevance | path

Searched refs:SkipPubSection (Results 1 – 9 of 9) 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.h243 bool SkipPubSection; member
249 bool SkipPubSection = false)
250 : Name(Name), Die(Die), SkipPubSection(SkipPubSection) {} in Name()
255 SkipPubSection(false), in AccelInfo()
/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/DWARFLinkerParallel/
H A DDWARFLinkerUnit.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1627 bool SkipPubSection) { in addObjCAccelerator() argument
1633 SkipPubSection); in addObjCAccelerator()
1635 SkipPubSection); in addObjCAccelerator()
1638 Die, StringPool.getEntry(*Names->ClassNameNoCategory), SkipPubSection); in addObjCAccelerator()
1641 Die, StringPool.getEntry(*Names->MethodNameNoCategory), SkipPubSection); in addObjCAccelerator()
H A DDWARFStreamer.cpp1216 if (Name.SkipPubSection) in emitPubSectionForUnit()