Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DWriter.h37 void layoutSections();
H A DWriter.cpp95 void COFFWriter::layoutSections() { in layoutSections() function in llvm::objcopy::coff::COFFWriter
204 layoutSections(); in finalize()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp2253 static uint64_t layoutSections(Range Sections, uint64_t Offset) { in layoutSections() function
2393 Offset = layoutSections(Obj.sections(), Offset); in assignOffsets()