Searched refs:mayHaveInstructions (Results 1 – 4 of 4) sorted by relevance
228 bool mayHaveInstructions(MCSection &Sec) const override;
1137 virtual bool mayHaveInstructions(MCSection &Sec) const { return true; } in mayHaveInstructions() function
415 bool MCObjectStreamer::mayHaveInstructions(MCSection &Sec) const { in mayHaveInstructions() function in MCObjectStreamer
1006 [&](MCSection *Sec) { return !MCOS.mayHaveInstructions(*Sec); }); in finalizeDwarfSections()