Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.h15 class InputSectionBase; variable
H A DInputSection.cpp52 InputSectionBase::InputSectionBase(InputFile *file, uint64_t flags, in InputSectionBase() function in InputSectionBase
90 InputSectionBase::InputSectionBase(ObjFile<ELFT> &file, in InputSectionBase() function in InputSectionBase
H A DWriter.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()
H A DRelocations.h21 class InputSectionBase; variable
H A DLinkerScript.h33 class InputSectionBase; variable
H A DSymbols.h36 class InputSectionBase; variable
H A DConfig.h42 class InputSectionBase; variable
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp1173 mergeAttributesSection(const SmallVector<InputSectionBase *, 0> &sections) { in mergeAttributesSection()