Searched refs:CachedName (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 675 StringRef CachedName = EntryNewPair.first->getKey().take_front(SectionLen); in getELFSection() local 678 createELFSectionImpl(CachedName, Type, Flags, EntrySize, GroupSym, in getELFSection() 749 StringRef CachedName = StringRef(Iter->first.c_str(), Name.size()); in getGOFFSection() local 751 MCSectionGOFF(CachedName, Kind, IsVirtual, Attributes, in getGOFFSection() 804 StringRef CachedName = Iter->first.SectionName; in getCOFFSection() local 807 CachedName, Characteristics, COMDATSymbol, Selection, UniqueID, Begin); in getCOFFSection() 870 StringRef CachedName = Entry.first.SectionName; in getWasmSection() local 872 MCSymbol *Begin = createRenamableSymbol(CachedName, true, false); in getWasmSection() 878 MCSectionWasm(CachedName, Kind, Flags, GroupSym, UniqueID, Begin); in getWasmSection() 914 StringRef CachedName = Entry.first.SectionName; in getXCOFFSection() local [all …]
|