Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DStubsPass.cpp34 class LazyPointerAtom : public SimpleDefinedAtom { class
36 LazyPointerAtom(const File &file, bool is64) in LazyPointerAtom() function in lld::mach_o::LazyPointerAtom
39 ~LazyPointerAtom() override = default;
295 new (_file.allocator()) LazyPointerAtom(_file, _ctx.is64Bit()); in perform()