Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAssembler.h113 virtual bool hasInstructions() const { return false; } in hasInstructions() function
239 virtual bool hasInstructions() const { return HasInstructions; } in hasInstructions() function
274 virtual bool hasInstructions() const { in hasInstructions() function
323 virtual bool hasInstructions() const { return true; } in hasInstructions() function
613 bool hasInstructions() const { return HasInstructions; } in hasInstructions() function
/external/llvm/lib/MC/
DMCAssembler.cpp488 if (Assembler.isBundlingEnabled() && F->hasInstructions()) { in layoutFragment()
524 assert(F.hasInstructions() && in writeFragment()
1008 << " HasInstructions:" << hasInstructions() in dump()
DMCObjectStreamer.cpp64 if (!F || (Assembler->isBundlingEnabled() && F->hasInstructions())) in getOrCreateDataFragment()
DMachObjectWriter.cpp230 if (SD.hasInstructions()) in WriteSection()