Searched refs:addSize (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp124 void ConstantAggregateBuilderBase::addSize(CharUnits size) { function in class:ConstantAggregateBuilderBase
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h194 void addSize(CharUnits size);
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1234 void DynamicSection<ELFT>::addSize(int32_t tag, OutputSection *sec) { function in class:lld::elf::DynamicSection
1374 addSize(config->useAndroidRelrTags ? DT_ANDROID_RELRSZ : DT_RELRSZ,
1423 addSize(DT_PREINIT_ARRAYSZ, Out::preinitArray);
1427 addSize(DT_INIT_ARRAYSZ, Out::initArray);
1431 addSize(DT_FINI_ARRAYSZ, Out::finiArray);
H A DSyntheticSections.h480 void addSize(int32_t tag, OutputSection *sec);

Completed in 214 milliseconds