Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
DDwarfLinker.cpp306 bool SkipPubSection; ///< Emit this entry only in the apple_* sections. member
309 bool SkipPubSection = false) in AccelInfo()
311 SkipPubSection(SkipPubSection) {} in AccelInfo()
452 uint32_t Offset, bool SkipPubSection) { in addNameAccelerator() argument
453 Pubnames.emplace_back(Name, Die, Offset, SkipPubSection); in addNameAccelerator()
1043 if (Name.SkipPubSection) in emitPubSectionForUnit()