Home
last modified time | relevance | path

Searched refs:LCType (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp125 template <typename LCType>
130 uint32_t NewCmdsize = alignTo(sizeof(LCType) + S.size() + 1, 8); in updateLoadCommandPayloadString()
133 LC.Payload.assign(NewCmdsize - sizeof(LCType), 0); in updateLoadCommandPayloadString()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMachObjectWriter.cpp935 MachO::LoadCommandType LCType = in writeObject() local
937 W.write<uint32_t>(LCType); in writeObject()