Home
last modified time | relevance | path

Searched refs:HasInstructions (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
DMCAssembler.h483 unsigned HasInstructions : 1; variable
497 bool hasInstructions() const { return HasInstructions; } in hasInstructions()
498 void setHasInstructions(bool Value) { HasInstructions = Value; } in setHasInstructions()
/external/llvm/lib/MC/
DMCAssembler.cpp176 HasInstructions(false) in MCSectionData()