Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DAcceleratorRecordsSaver.cpp209 bool AvoidForPubSections) { in saveNameRecord() argument
216 Info.AvoidForPubSections = AvoidForPubSections; in saveNameRecord()
256 Info.AvoidForPubSections = true; in saveObjCNameRecord()
H A DDWARFLinkerUnit.h119 AvoidForPubSections = false; in AccelInfo()
139 bool AvoidForPubSections : 1; member
H A DAcceleratorRecordsSaver.h50 bool AvoidForPubSections);
H A DDWARFLinkerUnit.cpp207 if (Info.AvoidForPubSections) in emitPubAccelerators()