Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectStreamer.h162 bool mayHaveInstructions(MCSection &Sec) const override;
DMCStreamer.h806 virtual bool mayHaveInstructions(MCSection &Sec) const { return true; } in mayHaveInstructions() function
/external/llvm-project/llvm/include/llvm/MC/
DMCObjectStreamer.h206 bool mayHaveInstructions(MCSection &Sec) const override;
DMCStreamer.h1076 virtual bool mayHaveInstructions(MCSection &Sec) const { return true; } in mayHaveInstructions() function
/external/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
/external/llvm/lib/MC/
DMCContext.cpp488 [&](MCSection *Sec) { return !MCOS.mayHaveInstructions(*Sec); }); in finalizeDwarfSections()
DMCObjectStreamer.cpp224 bool MCObjectStreamer::mayHaveInstructions(MCSection &Sec) const { in mayHaveInstructions() function in MCObjectStreamer
/external/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
/external/llvm-project/llvm/lib/MC/
DMCContext.cpp810 [&](MCSection *Sec) { return !MCOS.mayHaveInstructions(*Sec); }); in finalizeDwarfSections()
DMCObjectStreamer.cpp361 bool MCObjectStreamer::mayHaveInstructions(MCSection &Sec) const { in mayHaveInstructions() function in MCObjectStreamer