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