Lines Matching defs:Specification
61 // Data provided by a DWARF specification DIE.
76 // A Specification holds information gathered from a declaration DIE that
78 struct DwarfCUToModule::Specification {
85 // The name for the specification DIE itself, without any enclosing
123 // Specifications describing those DIEs. Specification references can
254 // unqualified name in the specification table.
278 // Specification structure for the DIE the attribute refers to.
280 Specification *specification_;
314 // Find the Specification to which this attribute refers, and
382 // Found it on the specification.
390 // attribute, then use that; otherwise, check our specification.
397 // specification, it's the specification's enclosing context that
418 // specification table.
420 Specification spec;
524 // Compute our name, and record a specification, if appropriate.