Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp80 static bool isAsmComment(const char *Str, const MCAsmInfo &MAI) { in isAsmComment() function
110 } else if (isAsmComment(Str, MAI)) { in getInlineAsmLength()
126 isAsmComment(EStr, MAI)) // Successfully parsed .space argument in getInlineAsmLength()