Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp70 static bool isAsmComment(const char *Str, const MCAsmInfo &MAI) { in isAsmComment() function
98 } else if (isAsmComment(Str, MAI)) { in getInlineAsmLength()
114 isAsmComment(EStr, MAI)) // Successfully parsed .space argument in getInlineAsmLength()