Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1844 bool atInsnStart = true; in getInlineAsmLength() local
1850 atInsnStart = true; in getInlineAsmLength()
1851 if (atInsnStart && !isSpace(static_cast<unsigned char>(*Str))) { in getInlineAsmLength()
1853 atInsnStart = false; in getInlineAsmLength()
1855 if (atInsnStart && strncmp(Str, MAI.getCommentString().data(), in getInlineAsmLength()
1857 atInsnStart = false; in getInlineAsmLength()