• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/

Lines Matching refs:StringRef

14 #include "llvm/ADT/StringRef.h"
105 DwarfDebugFlags = StringRef();
135 StringRef NameRef = Name.toStringRef(NameSV);
146 MCSymbol *MCContext::getOrCreateFrameAllocSymbol(StringRef FuncName,
152 MCSymbol *MCContext::getOrCreateParentFrameOffsetSymbol(StringRef FuncName) {
157 MCSymbol *MCContext::getOrCreateLSDASymbol(StringRef FuncName) {
192 MCSymbol *MCContext::createSymbol(StringRef Name, bool AlwaysAddSuffix,
280 StringRef NameRef = Name.toStringRef(NameSV);
285 StringRef Sym,
301 StringRef OriginalName = Name->first();
319 StringRef(IsEntryPoint ? "._Renamed.." : "_Renamed..");
354 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section,
377 StringRef Name = R.first->first();
384 void MCContext::renameELFSection(MCSectionELF *Section, StringRef Name) {
385 StringRef GroupName;
398 StringRef CachedName = I->first.SectionName;
402 MCSectionELF *MCContext::createELFSectionImpl(StringRef Section, unsigned Type,
475 StringRef Group = "";
488 StringRef CachedName = Entry.first.SectionName;
515 void MCContext::recordELFMergeableSectionInfo(StringRef SectionName,
531 bool MCContext::isELFImplicitMergeableSectionNamePrefix(StringRef SectionName) {
536 bool MCContext::isELFGenericMergeableSection(StringRef SectionName) {
541 Optional<unsigned> MCContext::getELFUniqueIDForEntsize(StringRef SectionName,
549 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section,
552 StringRef COMDATSymName, int Selection,
573 StringRef CachedName = Iter->first.SectionName;
581 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section,
626 StringRef Group = "";
636 StringRef CachedName = Entry.first.SectionName;
653 MCSectionXCOFF *MCContext::getXCOFFSection(StringRef Section,
667 StringRef CachedName = Entry.first.SectionName;
731 void MCContext::setGenDwarfRootFile(StringRef InputFileName, StringRef Buffer) {
758 StringRef FileName = FileNameBuf;
771 Expected<unsigned> MCContext::getDwarfFile(StringRef Directory,
772 StringRef FileName,
775 Optional<StringRef> Source,