Home
last modified time | relevance | path

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

/src/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.h124 AvoidForPubSections = false; in AccelInfo()
144 bool AvoidForPubSections : 1; member
H A DAcceleratorRecordsSaver.h50 bool AvoidForPubSections);
H A DDWARFLinkerUnit.cpp205 if (Info.AvoidForPubSections) in emitPubAccelerators()