Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCAssembler.h227 bool registerSection(MCSection &Section);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCObjectStreamer.cpp308 return getAssembler().registerSection(*Section); in changeSectionImpl()
HDMCAssembler.cpp105 bool MCAssembler::registerSection(MCSection &Section) { in registerSection() function in MCAssembler