Home
last modified time | relevance | path

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

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