Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp175 GOFFUniquingMap.clear(); in reset()
680 GOFFUniquingMap.insert(std::make_pair(Section.str(), nullptr)); in getGOFFSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h325 std::map<std::string, MCSectionGOFF *> GOFFUniquingMap; variable