Home | History | Annotate | Download | only in MC

Lines Matching refs:StringRef

78   DwarfDebugFlags = StringRef();
97 MCSymbol *MCContext::GetOrCreateSymbol(StringRef Name) {
113 MCSymbol *MCContext::CreateSymbol(StringRef Name) {
192 MCSymbol *MCContext::LookupSymbol(StringRef Name) const {
207 getMachOSection(StringRef Segment, StringRef Section,
231 getELFSection(StringRef Section, unsigned Type, unsigned Flags,
236 void MCContext::renameELFSection(const MCSectionELF *Section, StringRef Name) {
237 StringRef GroupName;
245 StringRef CachedName = I->first.first;
250 getELFSection(StringRef Section, unsigned Type, unsigned Flags,
251 SectionKind Kind, unsigned EntrySize, StringRef Group) {
267 StringRef CachedName = Entry.first.first;
281 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section,
284 StringRef COMDATSymName,
298 StringRef CachedName = std::get<0>(Iter->first);
307 MCContext::getCOFFSection(StringRef Section, unsigned Characteristics,
312 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) {
328 unsigned MCContext::GetDwarfFile(StringRef Directory, StringRef FileName,