Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp81 static bool isAsmComment(const char *Str, const MCAsmInfo &MAI) { in isAsmComment() function
111 } else if (isAsmComment(Str, MAI)) { in getInlineAsmLength()
127 isAsmComment(EStr, MAI)) // Successfully parsed .space argument in getInlineAsmLength()