Searched refs:stubInfo (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DStubsPass.cpp109 StubAtom(const File &file, const ArchHandler::StubInfo &stubInfo) argument
110 : SimpleDefinedAtom(file), _stubInfo(stubInfo){ }
143 StubHelperAtom(const File &file, const ArchHandler::StubInfo &stubInfo) argument
144 : SimpleDefinedAtom(file), _stubInfo(stubInfo) { }
178 StubHelperCommonAtom(const File &file, const ArchHandler::StubInfo &stubInfo) argument
179 : SimpleDefinedAtom(file), _stubInfo(stubInfo) { }
212 _stubInfo(_archHandler.stubInfo()),
H A DShimPass.cpp44 _stubInfo(_archHandler.stubInfo()),
H A DArchHandler.cpp52 const StubInfo &info = stubInfo();
H A DTLVPass.cpp122 _archHandler.stubInfo().nonLazyPointerReferenceToBinder;
H A DGOTPass.cpp162 const ArchHandler::ReferenceInfo &nlInfo = _archHandler.stubInfo().
H A DArchHandler.h278 virtual const StubInfo &stubInfo() = 0;
H A DArchHandler_x86.cpp39 const StubInfo &stubInfo() override { return _sStubInfo; }
H A DArchHandler_arm.cpp37 const ArchHandler::StubInfo &stubInfo() override;
295 const ArchHandler::StubInfo &ArchHandler_arm::stubInfo() { function in class:lld::mach_o::ArchHandler_arm
H A DArchHandler_arm64.cpp89 const StubInfo &stubInfo() override { return _sStubInfo; }
H A DMachOLinkingContext.cpp396 return archHandler().stubInfo().binderSymbolName;
H A DArchHandler_x86_64.cpp135 const StubInfo &stubInfo() override { return _sStubInfo; }

Completed in 212 milliseconds