Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h342 class MILOHDirective {
351 MILOHDirective(MCLOHType Kind, LOHArgs Args) in MILOHDirective() function
360 using MILOHArgs = MILOHDirective::LOHArgs;
361 using MILOHContainer = SmallVector<MILOHDirective, 32>;
367 LOHContainerSet.push_back(MILOHDirective(Kind, Args)); in addLOHDirective()