Lines Matching refs:StringRef
70 MCSymbol *MCContext::GetOrCreateSymbol(StringRef Name) {
86 MCSymbol *MCContext::CreateSymbol(StringRef Name) {
152 MCSymbol *MCContext::LookupSymbol(StringRef Name) const {
161 getMachOSection(StringRef Segment, StringRef Section,
190 getELFSection(StringRef Section, unsigned Type, unsigned Flags,
196 getELFSection(StringRef Section, unsigned Type, unsigned Flags,
197 SectionKind Kind, unsigned EntrySize, StringRef Group) {
228 const MCSection *MCContext::getCOFFSection(StringRef Section,
256 unsigned MCContext::GetDwarfFile(StringRef Directory, StringRef FileName,
277 std::pair<StringRef, StringRef> Slash = FileName.rsplit('/');
300 MCDwarfDirs.push_back(StringRef(Buf, Directory.size()));
313 File = new (*this) MCDwarfFile(StringRef(Buf, FileName.size()), DirIndex);