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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h204 bool mayHaveInstructions(MCSection &Sec) const override;
H A DMCStreamer.h1055 virtual bool mayHaveInstructions(MCSection &Sec) const { return true; } function in class:llvm::MCStreamer
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp798 [&](MCSection *Sec) { return !MCOS.mayHaveInstructions(*Sec); });
H A DMCObjectStreamer.cpp361 bool MCObjectStreamer::mayHaveInstructions(MCSection &Sec) const { function in class:MCObjectStreamer

Completed in 111 milliseconds