Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h227 bool registerSection(MCSection &Section);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp308 return getAssembler().registerSection(*Section); in changeSectionImpl()
H A DMCAssembler.cpp105 bool MCAssembler::registerSection(MCSection &Section) { in registerSection() function in MCAssembler