Searched defs:hasInstructions (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/MC/ | ||
H A D | MCSection.h | 170 bool hasInstructions() const { return HasInstructions; } hasInstructions() function |
H A D | MCFragment.h | 103 bool hasInstructions() const { return HasInstructions; } hasInstructions() function |
/llvm-project/bolt/lib/Core/ | ||
H A D | BinaryBasicBlock.cpp | 37 bool BinaryBasicBlock::hasInstructions() const { in hasInstructions() function in llvm::bolt::BinaryBasicBlock |
/llvm-project/bolt/include/bolt/Core/ | ||
H A D | BinaryFunction.h | 1045 bool hasInstructions() const { hasInstructions() function |