Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp122 bool TextOutputSection::needsThunks() const { in needsThunks()
174 TextOutputSection::estimateBranchTargetThresholdVA(size_t callIdx) const { in estimateBranchTargetThresholdVA()
270 void TextOutputSection::finalize() { in finalize()
430 void TextOutputSection::writeTo(uint8_t *buf) const { in writeTo()
479 osec = make<TextOutputSection>(names.second); in getOrCreateForInput()
H A DConcatOutputSection.h68 class TextOutputSection : public ConcatOutputSection {
70 explicit TextOutputSection(StringRef name) in TextOutputSection() function
H A DMapFile.cpp238 if (auto *textOsec = dyn_cast<TextOutputSection>(osec)) { in writeMapFile()