Searched refs:lookUpType (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h199 virtual bool lookUpType(StringRef Name, AsmTypeInfo &Info) const { function in class:llvm::MCAsmParser
/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp537 bool lookUpType(StringRef Name, AsmTypeInfo &Info) const override;
5976 if (lookUpType(TypeName, Type))
7309 bool MasmParser::lookUpType(StringRef Name, AsmTypeInfo &Info) const { function in class:MasmParser
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1972 if (Parser.lookUpType(Identifier, Info))
2071 if (!getParser().lookUpType(Identifier, FieldInfo.Type)) {
2450 !Parser.lookUpType(IDTok.getIdentifier(), Type)) {

Completed in 219 milliseconds