Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DMarkLive.cpp65 llvm::function_ref<void(InputSectionBase *, uint64_t)> Fn) { in resolveReloc()
94 llvm::function_ref<void(InputSectionBase *, uint64_t)> Fn) { in forEachSuccessor()
124 llvm::function_ref<void(InputSectionBase *, uint64_t)> Fn) { in scanEhFrameSection()
159 llvm::function_ref<void(InputSectionBase *, uint64_t)> Fn) { in scanEhFrameSection()
H A DEhFrame.h17 class InputSectionBase; variable
H A DCallGraphSort.h17 class InputSectionBase; variable
H A DWriter.h22 class InputSectionBase; variable
H A DOutputSections.h30 class InputSectionBase; variable
H A DLinkerScript.h34 class InputSectionBase; variable
35 class InputSectionBase; variable
H A DRelocations.h22 class InputSectionBase; variable
H A DInputFiles.h39 class InputSectionBase; variable
H A DInputSection.cpp59 InputSectionBase::InputSectionBase(InputFile *File, uint64_t Flags, in InputSectionBase() function in InputSectionBase
124 InputSectionBase::InputSectionBase(ObjFile<ELFT> &File, in InputSectionBase() function in InputSectionBase
H A DWriter.cpp1171 const DenseMap<const InputSectionBase *, int> &Order) { in sortISDBySectionOrder()
1237 const DenseMap<const InputSectionBase *, int> &Order) { in sortSection()
H A DConfig.h28 class InputSectionBase; variable