Home
last modified time | relevance | path

Searched refs:registerOrUpdateSection (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DExecutableFileMemoryManager.cpp67 BinarySection &Section = BC.registerOrUpdateSection( in allocateSection()
H A DRewriteInstance.cpp3458 BC->registerOrUpdateSection(".pseudo_probe", PseudoProbeSection->getELFType(), in encodePseudoProbes()
3766 BC->registerOrUpdateSection(getBOLTTextSectionName(), in mapCodeSections()
5460 BinarySection &EHFrameHdrSec = BC->registerOrUpdateSection( in writeEHFrameHeader()
5474 BC->registerOrUpdateSection(".eh_frame", in writeEHFrameHeader()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h950 BinarySection &registerOrUpdateSection(StringRef Name, unsigned ELFType,
964 return registerOrUpdateSection(Name, ELFType,
/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp518 BC.registerOrUpdateSection(".bolt.instr.counters", ELF::SHT_PROGBITS, Flags, in runOnFunctions()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp734 BC.registerOrUpdateSection(Name, ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in emitJumpTables()
H A DBinaryContext.cpp1955 BinaryContext::registerOrUpdateSection(StringRef Name, unsigned ELFType, in registerOrUpdateSection() function in llvm::bolt::BinaryContext
2018 return registerOrUpdateSection("<absolute>", ELF::SHT_NULL, 0u); in absoluteSection()