Home
last modified time | relevance | path

Searched defs:layoutSections (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.cpp95 void COFFWriter::layoutSections() { in layoutSections() function in llvm::objcopy::coff::COFFWriter
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2355 static uint64_t layoutSections(Range Sections, uint64_t Offset) { in layoutSections() function