Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DStubsPass.cpp110 : SimpleDefinedAtom(file), _stubInfo(stubInfo){ } in StubAtom()
119 return 1 << _stubInfo.codeAlignment; in alignment()
123 return _stubInfo.stubSize; in size()
131 return llvm::makeArrayRef(_stubInfo.stubBytes, _stubInfo.stubSize); in rawContent()
135 const ArchHandler::StubInfo &_stubInfo; member in lld::mach_o::StubAtom
144 : SimpleDefinedAtom(file), _stubInfo(stubInfo) { } in StubHelperAtom()
153 return 1 << _stubInfo.codeAlignment; in alignment()
157 return _stubInfo.stubHelperSize; in size()
165 return llvm::makeArrayRef(_stubInfo.stubHelperBytes, in rawContent()
166 _stubInfo.stubHelperSize); in rawContent()
[all …]
DShimPass.cpp44 _stubInfo(_archHandler.stubInfo()), in ShimPass()
116 const ArchHandler::StubInfo &_stubInfo; member in lld::mach_o::ShimPass