Home | History | Annotate | Download | only in Support

Lines Matching defs:Name

66   const Twine &Name;
67 NamedBufferAlloc(const Twine &Name) : Name(Name) {}
73 StringRef NameRef = Alloc.Name.toStringRef(NameBuf);
89 // The name is stored after the class itself.
130 // Allocate space for the MemoryBuffer, the data and the name. It is important
143 // The name is stored after the class itself.
146 // The buffer begins after the name and must be aligned.
215 // The name is stored after the class itself.