Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp652 auto &GOFFSection = GOFFUniquingMap[Section.str()]; in getGOFFSection() local
653 if (!GOFFSection) in getGOFFSection()
654 GOFFSection = new (GOFFAllocator.Allocate()) in getGOFFSection()
657 return GOFFSection; in getGOFFSection()