Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCLinkerOptimizationHint.h48 static inline bool isValidMCLOHType(unsigned Kind) { in isValidMCLOHType() function
119 assert(isValidMCLOHType(Kind) && "Invalid LOH directive type!"); in MCLOHDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h464 assert(isValidMCLOHType(Kind) && "Invalid LOH directive type!"); in MILOHDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp7155 if (Id <= -1U && !isValidMCLOHType(Id)) in parseDirectiveLOH()