Searched refs:HasInstructions (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSection.h | 108 bool HasInstructions : 1; variable 183 bool hasInstructions() const { return HasInstructions; } in hasInstructions() 184 void setHasInstructions(bool Value) { HasInstructions = Value; } in setHasInstructions() 261 bool HasInstructions : 1; 268 LLVM_ABI MCFragment(FragmentType Kind, bool HasInstructions); 289 bool hasInstructions() const { return HasInstructions; } in hasInstructions() 307 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions) in MCEncodedFragment() argument 308 : MCFragment(FType, HasInstructions) {} in MCEncodedFragment() 354 HasInstructions = true; in setHasInstructions()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCFragment.cpp | 30 MCFragment::MCFragment(FragmentType Kind, bool HasInstructions) in MCFragment() argument 31 : Kind(Kind), HasInstructions(HasInstructions), AlignToBundleEnd(false), in MCFragment()
|
| H A D | MCSection.cpp | 23 : Begin(Begin), BundleGroupBeforeFirstInst(false), HasInstructions(false), in MCSection()
|