Home
last modified time | relevance | path

Searched defs:InputSectionBase (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDCallGraphSort.h15 class InputSectionBase; variable
HDInputSection.cpp52 InputSectionBase::InputSectionBase(InputFile *file, uint64_t flags, in InputSectionBase() function in InputSectionBase
90 InputSectionBase::InputSectionBase(ObjFile<ELFT> &file, in InputSectionBase() function in InputSectionBase
HDWriter.cpp1016 static void maybeShuffle(DenseMap<const InputSectionBase *, int> &order) { in maybeShuffle()
1114 const DenseMap<const InputSectionBase *, int> &order, in sortISDBySectionOrder()
1188 const DenseMap<const InputSectionBase *, int> &order) { in sortSection()
HDRelocations.h21 class InputSectionBase; variable
HDLinkerScript.h33 class InputSectionBase; variable
HDSymbols.h36 class InputSectionBase; variable
HDConfig.h42 class InputSectionBase; variable
/freebsd-14-stable/contrib/llvm-project/lld/ELF/Arch/
HDRISCV.cpp1173 mergeAttributesSection(const SmallVector<InputSectionBase *, 0> &sections) { in mergeAttributesSection()