Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/MCParser/
DMCAsmParser.h55 virtual StringRef LookupInlineAsmLabel(StringRef Identifier, SourceMgr &SM,
/external/clang/lib/Parse/
DParseStmtAsm.cpp96 StringRef LookupInlineAsmLabel(StringRef Identifier, llvm::SourceMgr &LSM, in LookupInlineAsmLabel() function in __anon362010ca0111::ClangAsmParserCallback
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1344 SemaCallback->LookupInlineAsmLabel(Identifier, getSourceManager(), in ParseIntelIdentifier()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp1294 StringRef RewrittenLabel = SI->LookupInlineAsmLabel(IDVal, getSourceManager(), IDLoc, true); in parseStatement()