Searched refs:ParseType (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/llvm/lib/AsmParser/ |
| HD | LLParser.cpp | 586 ParseType(Ty, TyLoc) || in ParseStandaloneMetadata() 722 ParseType(Ty, TyLoc)) in ParseGlobal() 1558 bool LLParser::ParseType(Type *&Result, bool AllowVoid) { in ParseType() function in LLParser 1691 if (ParseType(ArgTy, ArgLoc)) in ParseParameterList() 1734 if (ParseType(ArgTy) || in ParseArgumentList() 1762 if (ParseType(ArgTy) || ParseOptionalParamAttrs(Attrs)) return true; in ParseArgumentList() 1861 return ParseType(ResultTy); in ParseStructDefinition() 1900 if (ParseType(Ty)) return true; in ParseStructBody() 1908 if (ParseType(Ty)) return true; in ParseStructBody() 1938 if (ParseType(EltTy)) return true; in ParseArrayVectorType() [all …]
|
| HD | LLParser.h | 250 bool ParseType(Type *&Result, bool AllowVoid = false); 251 bool ParseType(Type *&Result, LocTy &Loc, bool AllowVoid = false) { 253 return ParseType(Result, AllowVoid);
|
| /trueos/contrib/llvm/lib/TableGen/ |
| HD | TGParser.h | 180 RecTy *ParseType();
|
| HD | TGParser.cpp | 677 RecTy *TGParser::ParseType() { in ParseType() function in TGParser 711 RecTy *SubType = ParseType(); in ParseType() 1119 Type = ParseType(); in ParseOperatorType() 1300 GivenEltTy = ParseType(); in ParseSimpleValue() 1659 RecTy *Type = ParseType(); in ParseDeclaration()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | SymbolFileDWARF.h | 321 …lldb::TypeSP ParseType (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_…
|
| HD | SymbolFileDWARF.cpp | 4558 type_sp = ParseType(sc, dwarf_cu, die, NULL); in GetTypeForDIE() 5673 SymbolFileDWARF::ParseType (const SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugIn… in ParseType() function in SymbolFileDWARF 7126 if (ParseType(sc, dwarf_cu, die, &type_is_new).get()) in ParseTypes()
|