Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinterInlineAsm.cpp202 const char *IDStart = LastEmitted; in EmitMSInlineAsmStr() local
203 const char *IDEnd = IDStart; in EmitMSInlineAsmStr()
207 if (StringRef(IDStart, IDEnd-IDStart).getAsInteger(10, Val)) in EmitMSInlineAsmStr()
346 const char *IDStart = LastEmitted; in EmitGCCInlineAsmStr() local
347 const char *IDEnd = IDStart; in EmitGCCInlineAsmStr()
351 if (StringRef(IDStart, IDEnd-IDStart).getAsInteger(10, Val)) in EmitGCCInlineAsmStr()