Searched refs:LookupInlineAsmLabel (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/MC/MCParser/ |
D | MCAsmParser.h | 55 virtual StringRef LookupInlineAsmLabel(StringRef Identifier, SourceMgr &SM,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/ |
D | MCAsmParser.h | 102 virtual StringRef LookupInlineAsmLabel(StringRef Identifier, SourceMgr &SM,
|
/external/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 97 StringRef LookupInlineAsmLabel(StringRef Identifier, llvm::SourceMgr &LSM, in LookupInlineAsmLabel() function in __anon362010ca0111::ClangAsmParserCallback
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1498 SemaCallback->LookupInlineAsmLabel(Identifier, getSourceManager(), in ParseIntelIdentifier()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1631 SemaCallback->LookupInlineAsmLabel(Identifier, getSourceManager(), in ParseIntelInlineAsmIdentifier()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 1535 SI->LookupInlineAsmLabel(IDVal, getSourceManager(), IDLoc, true); in parseStatement()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 1783 SI->LookupInlineAsmLabel(IDVal, getSourceManager(), IDLoc, true); in parseStatement()
|