Lines Matching defs:Structure
170 StructInfo Structure; member
229 struct StructInfo Structure) in FieldInitializer()
4193 bool MasmParser::parseStructInitializer(const StructInfo &Structure, in parseStructInitializer()
4255 const StructInfo &Structure, std::vector<StructInitializer> &Initializers, in parseStructInstList()
4406 bool MasmParser::emitStructInitializer(const StructInfo &Structure, in emitStructInitializer()
4435 bool MasmParser::emitStructValues(const StructInfo &Structure, in emitStructValues()
4452 bool MasmParser::addStructField(StringRef Name, const StructInfo &Structure) { in addStructField()
4479 bool MasmParser::parseDirectiveStructValue(const StructInfo &Structure, in parseDirectiveStructValue()
4493 bool MasmParser::parseDirectiveNamedStructValue(const StructInfo &Structure, in parseDirectiveNamedStructValue()
4593 StructInfo Structure = StructInProgress.pop_back_val(); in parseDirectiveEnds() local
4615 StructInfo Structure = StructInProgress.pop_back_val(); in parseDirectiveNestedEnds() local
4695 StructInfo &Structure = StructInProgress.back(); in parseDirectiveOrg() local
4735 StructInfo &Structure = StructInProgress.back(); in emitAlignTo() local
7277 bool MasmParser::lookUpField(const StructInfo &Structure, StringRef Member, in lookUpField()
7343 const StructInfo &Structure = StructIt->second; in lookUpType() local