Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
DDwarfLinker.cpp159 bool SkipPubSection; ///< Emit this entry only in the apple_* sections. member
162 bool SkipPubSection = false) in AccelInfo()
164 SkipPubSection(SkipPubSection) {} in AccelInfo()
267 uint32_t Offset, bool SkipPubSection) { in addNameAccelerator() argument
268 Pubnames.emplace_back(Name, Die, Offset, SkipPubSection); in addNameAccelerator()
928 if (Name.SkipPubSection) in emitPubSectionForUnit()