Home
last modified time | relevance | path

Searched refs:GOFFSection (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp626 auto &GOFFSection = GOFFUniquingMap[Section.str()]; in getGOFFSection() local
627 if (!GOFFSection) in getGOFFSection()
628 GOFFSection = new (GOFFAllocator.Allocate()) in getGOFFSection()
631 return GOFFSection; in getGOFFSection()