Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectStreamer.h139 bool mayHaveInstructions() const override { in mayHaveInstructions() function
DMCStreamer.h726 virtual bool mayHaveInstructions() const { return true; } in mayHaveInstructions() function
/external/llvm/lib/MC/
DMCContext.cpp441 if (MCOS.mayHaveInstructions()) { in finalizeDwarfSections()