Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h228 bool mayHaveInstructions(MCSection &Sec) const override;
H A DMCStreamer.h1137 virtual bool mayHaveInstructions(MCSection &Sec) const { return true; } in mayHaveInstructions() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp415 bool MCObjectStreamer::mayHaveInstructions(MCSection &Sec) const { in mayHaveInstructions() function in MCObjectStreamer
H A DMCContext.cpp1006 [&](MCSection *Sec) { return !MCOS.mayHaveInstructions(*Sec); }); in finalizeDwarfSections()