Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectStreamer.h204 bool mayHaveInstructions(MCSection &Sec) const override;
DMCStreamer.h1032 virtual bool mayHaveInstructions(MCSection &Sec) const { return true; } in mayHaveInstructions() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp677 [&](MCSection *Sec) { return !MCOS.mayHaveInstructions(*Sec); }); in finalizeDwarfSections()
DMCObjectStreamer.cpp364 bool MCObjectStreamer::mayHaveInstructions(MCSection &Sec) const { in mayHaveInstructions() function in MCObjectStreamer