Searched refs:DynamicSection (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1196 DynamicSection<ELFT>::DynamicSection() function in class:DynamicSection
1210 void DynamicSection<ELFT>::add(int32_t tag, std::function<uint64_t()> fn) {
1215 void DynamicSection<ELFT>::addInt(int32_t tag, uint64_t val) {
1220 void DynamicSection<ELFT>::addInSec(int32_t tag, InputSection *sec) {
1225 void DynamicSection<ELFT>::addInSecRelative(int32_t tag, InputSection *sec) {
1232 void DynamicSection<ELFT>::addOutSec(int32_t tag, OutputSection *sec) {
1237 void DynamicSection<ELFT>::addSize(int32_t tag, OutputSection *sec) {
1242 void DynamicSection<ELFT>::addSym(int32_t tag, Symbol *sym) {
1278 template <class ELFT> void DynamicSection<ELF
[all...]
H A DSyntheticSections.h457 template <class ELFT> class DynamicSection final : public SyntheticSection {
469 DynamicSection();
H A DWriter.cpp417 part.dynamic = make<DynamicSection<ELFT>>();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h239 struct DynamicSection : Section { struct in namespace:llvm::ELFYAML
243 DynamicSection() : Section(ChunkKind::Dynamic) {} function in struct:llvm::ELFYAML::DynamicSection
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h827 class DynamicSection : public Section { class in namespace:llvm::objcopy::elf
829 explicit DynamicSection(ArrayRef<uint8_t> Data) : Section(Data) {} function in class:llvm::objcopy::elf::DynamicSection
H A DObject.cpp1506 return Obj.addSection<DynamicSection>(Data);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp266 const ELFYAML::DynamicSection &Section,
695 } else if (auto S = dyn_cast<ELFYAML::DynamicSection>(Sec)) {
1565 const ELFYAML::DynamicSection &Section,
H A DELFYAML.cpp1102 static void sectionMapping(IO &IO, ELFYAML::DynamicSection &Section) {
1297 Section.reset(new ELFYAML::DynamicSection());
1298 sectionMapping(IO, *cast<ELFYAML::DynamicSection>(Section.get()));

Completed in 80 milliseconds