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.h38 void layoutSections();
H A DCOFFWriter.cpp168 void COFFWriter::layoutSections() { in layoutSections() function in llvm::objcopy::coff::COFFWriter
289 layoutSections(); in finalize()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2361 static uint64_t layoutSections(Range Sections, uint64_t Offset) { in layoutSections() function
2522 Offset = layoutSections(Obj.sections(), Offset); in assignOffsets()