Lines Matching defs:Structure
165 StructInfo Structure; member
281 std::vector<StructInitializer> &&Initializers, struct StructInfo Structure) in FieldInitializer()
4176 bool MasmParser::parseStructInitializer(const StructInfo &Structure, in parseStructInitializer()
4237 const StructInfo &Structure, std::vector<StructInitializer> &Initializers, in parseStructInstList()
4388 bool MasmParser::emitStructInitializer(const StructInfo &Structure, in emitStructInitializer()
4417 bool MasmParser::emitStructValues(const StructInfo &Structure, in emitStructValues()
4434 bool MasmParser::addStructField(StringRef Name, const StructInfo &Structure) { in addStructField()
4461 bool MasmParser::parseDirectiveStructValue(const StructInfo &Structure, in parseDirectiveStructValue()
4475 bool MasmParser::parseDirectiveNamedStructValue(const StructInfo &Structure, in parseDirectiveNamedStructValue()
4575 StructInfo Structure = StructInProgress.pop_back_val(); in parseDirectiveEnds() local
4597 StructInfo Structure = StructInProgress.pop_back_val(); in parseDirectiveNestedEnds() local
4677 StructInfo &Structure = StructInProgress.back(); in parseDirectiveOrg() local
4718 StructInfo &Structure = StructInProgress.back(); in emitAlignTo() local
7264 bool MasmParser::lookUpField(const StructInfo &Structure, StringRef Member, in lookUpField()
7330 const StructInfo &Structure = StructIt->second; in lookUpType() local