Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.h71 uint64_t layoutSegments();
H A DMachOLayoutBuilder.cpp112 uint64_t MachOLayoutBuilder::layoutSegments() { in layoutSegments() function in MachOLayoutBuilder
463 uint64_t Offset = layoutSegments(); in layout()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2254 static uint64_t layoutSegments(std::vector<Segment *> &Segments, in layoutSegments() function
2447 Offset = layoutSegments(OrderedSegments, 0); in assignOffsets()