Home
last modified time | relevance | path

Searched refs:layoutSections (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.h37 void layoutSections();
H A DCOFFWriter.cpp95 void COFFWriter::layoutSections() { in layoutSections() function in llvm::objcopy::coff::COFFWriter
211 layoutSections(); in finalize()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2355 static uint64_t layoutSections(Range Sections, uint64_t Offset) { in layoutSections() function
2516 Offset = layoutSections(Obj.sections(), Offset); in assignOffsets()