Home
last modified time | relevance | path

Searched defs:mayHaveInstructions (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h1137 virtual bool mayHaveInstructions(MCSection &Sec) const { return true; } mayHaveInstructions() function
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp415 bool MCObjectStreamer::mayHaveInstructions(MCSection &Sec) const { mayHaveInstructions() function in MCObjectStreamer