Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DCallGraphSort.h15 class InputSectionBase; variable
H A DRelocations.h20 class InputSectionBase; variable
H A DInputSection.cpp51 InputSectionBase::InputSectionBase(InputFile *file, uint64_t flags, in InputSectionBase() function in InputSectionBase
89 InputSectionBase::InputSectionBase(ObjFile<ELFT> &file, in InputSectionBase() function in InputSectionBase
H A DWriter.cpp1214 static void maybeShuffle(DenseMap<const InputSectionBase *, int> &order) { in maybeShuffle()
1312 const DenseMap<const InputSectionBase *, int> &order, in sortISDBySectionOrder()
1386 const DenseMap<const InputSectionBase *, int> &order) { in sortSection()
H A DLinkerScript.h31 class InputSectionBase; variable
H A DSymbols.h36 class InputSectionBase; variable
H A DConfig.h40 class InputSectionBase; variable
/openbsd/gnu/llvm/lld/ELF/Arch/
H A DRISCV.cpp874 mergeAttributesSection(const SmallVector<InputSectionBase *, 0> &sections) { in mergeAttributesSection()