Home
last modified time | relevance | path

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

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