Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp465 static unsigned ComputeLinkerOptionsLoadCommandSize( in ComputeLinkerOptionsLoadCommandSize() function
477 unsigned Size = ComputeLinkerOptionsLoadCommandSize(Options, is64Bit()); in writeLinkerOptionsLoadCommand()
863 LoadCommandsSize += ComputeLinkerOptionsLoadCommandSize(Option, is64Bit()); in writeObject()