H A D | MasmParser.cpp | 165 StructInfo Structure; member 186 struct StructInfo Structure); 220 Structure = S; in StructFieldInfo() 281 std::vector<StructInitializer> &&Initializers, struct StructInfo Structure) in FieldInitializer() argument 283 new (&StructInfo) StructFieldInfo(std::move(Initializers), Structure); in FieldInitializer() 626 bool lookUpField(const StructInfo &Structure, StringRef Member, 895 bool parseStructInitializer(const StructInfo &Structure, 898 const StructInfo &Structure, std::vector<StructInitializer> &Initializers, 918 bool emitStructInitializer(const StructInfo &Structure, 922 bool emitStructValues(const StructInfo &Structure, unsigne 4177 parseStructInitializer(const StructInfo & Structure,StructInitializer & Initializer) parseStructInitializer() argument 4238 parseStructInstList(const StructInfo & Structure,std::vector<StructInitializer> & Initializers,const AsmToken::TokenKind EndToken) parseStructInstList() argument 4389 emitStructInitializer(const StructInfo & Structure,const StructInitializer & Initializer) emitStructInitializer() argument 4418 emitStructValues(const StructInfo & Structure,unsigned * Count) emitStructValues() argument 4435 addStructField(StringRef Name,const StructInfo & Structure) addStructField() argument 4462 parseDirectiveStructValue(const StructInfo & Structure,StringRef Directive,SMLoc DirLoc) parseDirectiveStructValue() argument 4476 parseDirectiveNamedStructValue(const StructInfo & Structure,StringRef Directive,SMLoc DirLoc,StringRef Name) parseDirectiveNamedStructValue() argument 4576 StructInfo Structure = StructInProgress.pop_back_val(); parseDirectiveEnds() local 4598 StructInfo Structure = StructInProgress.pop_back_val(); parseDirectiveNestedEnds() local 4678 StructInfo &Structure = StructInProgress.back(); parseDirectiveOrg() local 4719 StructInfo &Structure = StructInProgress.back(); emitAlignTo() local 7265 lookUpField(const StructInfo & Structure,StringRef Member,AsmFieldInfo & Info) const lookUpField() argument 7331 const StructInfo &Structure = StructIt->second; lookUpType() local [all...] |