Changeset View
Changeset View
Standalone View
Standalone View
llvm/include/llvm/MC/MCAsmBackend.h
Context not available. | |||||
virtual bool isMicroMips(const MCSymbol *Sym) const { | virtual bool isMicroMips(const MCSymbol *Sym) const { | ||||
return false; | return false; | ||||
} | } | ||||
/// Given the target mask from a .push_align_branch_boundary directive, | |||||
/// return the string suitable an assembly file. | |||||
virtual std::string getAlignBranchBoundaryMaskStr(unsigned Mask) const { | |||||
llvm_unreachable("unsupported target for .push_align_branch_boundary?"); | |||||
return ""; | |||||
} | |||||
}; | }; | ||||
} // end namespace llvm | } // end namespace llvm | ||||
Context not available. |