Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
1026 MCA.registerSection(*Sec); in emitDirectiveEnd()
1327 MCA.registerSection(*Sec); in emitMipsAbiFlags()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp192 getAssembler().registerSection(*SXData); in emitCOFFSafeSEH()
209 getAssembler().registerSection(*Sec); in emitCOFFSymbolIndex()
H A DMCMachOStreamer.cpp559 Asm.registerSection(*CGProfileSection); in finalizeCGProfile()
601 Asm.registerSection(*AddrSigSection); in createAddrSigSection()
H A DWinCOFFObjectWriter.cpp659 Asm.registerSection(*AddrsigSection); in executePostLayoutBinding()
666 Asm.registerSection(*CGProfileSection); in executePostLayoutBinding()
H A DMCObjectStreamer.cpp373 bool Created = getAssembler().registerSection(*Section); in changeSectionImpl()
H A DMCAssembler.cpp127 bool MCAssembler::registerSection(MCSection &Section) { in registerSection() function in MCAssembler
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h180 BinarySection &registerSection(BinarySection *Section);
941 BinarySection &registerSection(SectionRef Section);
944 BinarySection &registerSection(StringRef SectionName,
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1929 BinarySection &BinaryContext::registerSection(BinarySection *Section) { in registerSection() function in llvm::bolt::BinaryContext
1943 BinarySection &BinaryContext::registerSection(SectionRef Section) { in registerSection() function in llvm::bolt::BinaryContext
1944 return registerSection(new BinarySection(*this, Section)); in registerSection()
1948 BinaryContext::registerSection(StringRef SectionName, in registerSection() function in llvm::bolt::BinaryContext
1950 return registerSection( in registerSection()
1976 return registerSection( in registerOrUpdateSection()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAssembler.h475 bool registerSection(MCSection &Section);
/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderData.cpp508 BinarySection &Cold = BC.registerSection( in runOnFunctions()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp156 BC->registerSection(Section); in readSpecialSections()
H A DRewriteInstance.cpp1577 BC->registerSection(Section); in readSpecialSections()