Searched defs:addSegment (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ | ||
H A D | MachOObject.cpp | 185 LoadCommand &Object::addSegment(StringRef SegName, uint64_t SegVMSize) { in addSegment() function in Object |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ | ||
H A D | LiveInterval.cpp | 219 iterator addSegment(Segment S) { in addSegment() function in __anon25811e1b0111::CalcLiveRangeUtilBase |
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ | ||
H A D | ELFObject.h | 1108 Segment &addSegment(ArrayRef<uint8_t> Data) { addSegment() function |