Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsOptionRecord.cpp39 MCA.registerSection(*Sec); in EmitMipsOptionRecord()
57 MCA.registerSection(*Sec); in EmitMipsOptionRecord()
H A DMipsTargetStreamer.cpp896 MCA.registerSection(TextSection); in finish()
898 MCA.registerSection(DataSection); in finish()
900 MCA.registerSection(BSSSection); in finish()
1024 MCA.registerSection(*Sec); in emitDirectiveEnd()
1331 MCA.registerSection(*Sec); in emitMipsAbiFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp196 getAssembler().registerSection(*SXData); in emitCOFFSafeSEH()
212 getAssembler().registerSection(*Sec); in emitCOFFSymbolIndex()
H A DMCMachOStreamer.cpp555 Asm.registerSection(*CGProfileSection); in finalizeCGProfile()
597 Asm.registerSection(*AddrSigSection); in createAddrSigSection()
H A DWinCOFFObjectWriter.cpp1214 Asm.registerSection(*ObjWriter->AddrsigSection); in executePostLayoutBinding()
1221 Asm.registerSection(*ObjWriter->CGProfileSection); in executePostLayoutBinding()
H A DMCObjectStreamer.cpp377 bool Created = getAssembler().registerSection(*Section); in changeSectionImpl()
H A DMCAssembler.cpp127 bool MCAssembler::registerSection(MCSection &Section) { in registerSection() function in MCAssembler
H A DELFObjectWriter.cpp634 Asm.registerSection(*MemtagRelocs); in createMemtagRelocs()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h478 bool registerSection(MCSection &Section);