Searched refs:addOutSec (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1232 void DynamicSection<ELFT>::addOutSec(int32_t tag, OutputSection *sec) { function in class:DynamicSection
1425 addOutSec(DT_PREINIT_ARRAY, Out::preinitArray);
1429 addOutSec(DT_INIT_ARRAY, Out::initArray);
1433 addOutSec(DT_FINI_ARRAY, Out::finiArray);
H A DSyntheticSections.h479 void addOutSec(int32_t tag, OutputSection *sec);

Completed in 64 milliseconds