Home
last modified time | relevance | path

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

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