Home
last modified time | relevance | path

Searched refs:MachODefinedAtom (Results 1 – 25 of 117) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/lib/ReaderWriter/MachO/
H A DAtoms.h27 class MachODefinedAtom : public SimpleDefinedAtom {
29 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
37 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
45 ~MachODefinedAtom() override = default;
87 class MachODefinedCustomSectionAtom : public MachODefinedAtom {
94 : MachODefinedAtom(f, name, scope, type, merge, thumb, noDeadStrip, in MachODefinedCustomSectionAtom()
H A DArchHandler.h197 virtual void addAdditionalReferences(MachODefinedAtom &atom) { } in addAdditionalReferences()
200 virtual void addDataInCodeReference(MachODefinedAtom &atom, uint32_t atomOff, in addDataInCodeReference()
212 const MachODefinedAtom &atom) { in dataInCodeTransitionStart()
219 const MachODefinedAtom &atom) { in dataInCodeTransitionEnd()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/lib/ReaderWriter/MachO/
H A DAtoms.h27 class MachODefinedAtom : public SimpleDefinedAtom {
29 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
37 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
45 ~MachODefinedAtom() override = default;
87 class MachODefinedCustomSectionAtom : public MachODefinedAtom {
94 : MachODefinedAtom(f, name, scope, type, merge, thumb, noDeadStrip, in MachODefinedCustomSectionAtom()
H A DFile.h56 new (allocator()) MachODefinedAtom(*this, name, scope, type, merge, in addDefinedAtom()
111 new (allocator()) MachODefinedAtom(*this, name, scope, type, size, in addZeroFillDefinedAtom()
140 MachODefinedAtom *findAtomCoveringAddress(const Section &section,
174 typedef std::function<void (MachODefinedAtom* atom)> DefinedAtomVisitor;
184 typedef std::function<void(MachODefinedAtom *atom, uint64_t offset)>
253 struct SectionOffsetAndAtom { uint64_t offset; MachODefinedAtom *atom; };
255 void addAtomForSection(const Section *inSection, MachODefinedAtom* atom, in addAtomForSection()
H A DArchHandler.h197 virtual void addAdditionalReferences(MachODefinedAtom &atom) { } in addAdditionalReferences()
200 virtual void addDataInCodeReference(MachODefinedAtom &atom, uint32_t atomOff, in addDataInCodeReference()
212 const MachODefinedAtom &atom) { in dataInCodeTransitionStart()
219 const MachODefinedAtom &atom) { in dataInCodeTransitionEnd()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/lib/ReaderWriter/MachO/
H A DAtoms.h27 class MachODefinedAtom : public SimpleDefinedAtom {
29 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
37 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
45 ~MachODefinedAtom() override = default;
87 class MachODefinedCustomSectionAtom : public MachODefinedAtom {
94 : MachODefinedAtom(f, name, scope, type, merge, thumb, noDeadStrip, in MachODefinedCustomSectionAtom()
H A DArchHandler.h197 virtual void addAdditionalReferences(MachODefinedAtom &atom) { } in addAdditionalReferences()
200 virtual void addDataInCodeReference(MachODefinedAtom &atom, uint32_t atomOff, in addDataInCodeReference()
212 const MachODefinedAtom &atom) { in dataInCodeTransitionStart()
219 const MachODefinedAtom &atom) { in dataInCodeTransitionEnd()
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/lib/ReaderWriter/MachO/
H A DAtoms.h27 class MachODefinedAtom : public SimpleDefinedAtom {
29 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
37 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
45 ~MachODefinedAtom() override = default;
87 class MachODefinedCustomSectionAtom : public MachODefinedAtom {
94 : MachODefinedAtom(f, name, scope, type, merge, thumb, noDeadStrip, in MachODefinedCustomSectionAtom()
H A DArchHandler.h197 virtual void addAdditionalReferences(MachODefinedAtom &atom) { } in addAdditionalReferences()
200 virtual void addDataInCodeReference(MachODefinedAtom &atom, uint32_t atomOff, in addDataInCodeReference()
212 const MachODefinedAtom &atom) { in dataInCodeTransitionStart()
219 const MachODefinedAtom &atom) { in dataInCodeTransitionEnd()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/lib/ReaderWriter/MachO/
H A DAtoms.h27 class MachODefinedAtom : public SimpleDefinedAtom {
29 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
37 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
45 ~MachODefinedAtom() override = default;
87 class MachODefinedCustomSectionAtom : public MachODefinedAtom {
94 : MachODefinedAtom(f, name, scope, type, merge, thumb, noDeadStrip, in MachODefinedCustomSectionAtom()
H A DArchHandler.h197 virtual void addAdditionalReferences(MachODefinedAtom &atom) { } in addAdditionalReferences()
200 virtual void addDataInCodeReference(MachODefinedAtom &atom, uint32_t atomOff, in addDataInCodeReference()
212 const MachODefinedAtom &atom) { in dataInCodeTransitionStart()
219 const MachODefinedAtom &atom) { in dataInCodeTransitionEnd()
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/lib/ReaderWriter/MachO/
H A DAtoms.h27 class MachODefinedAtom : public SimpleDefinedAtom {
29 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
37 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
45 ~MachODefinedAtom() override = default;
87 class MachODefinedCustomSectionAtom : public MachODefinedAtom {
94 : MachODefinedAtom(f, name, scope, type, merge, thumb, noDeadStrip, in MachODefinedCustomSectionAtom()
H A DFile.h56 new (allocator()) MachODefinedAtom(*this, name, scope, type, merge, in addDefinedAtom()
111 new (allocator()) MachODefinedAtom(*this, name, scope, type, size, in addZeroFillDefinedAtom()
140 MachODefinedAtom *findAtomCoveringAddress(const Section &section,
174 typedef std::function<void (MachODefinedAtom* atom)> DefinedAtomVisitor;
184 typedef std::function<void(MachODefinedAtom *atom, uint64_t offset)>
253 struct SectionOffsetAndAtom { uint64_t offset; MachODefinedAtom *atom; };
255 void addAtomForSection(const Section *inSection, MachODefinedAtom* atom, in addAtomForSection()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/lib/ReaderWriter/MachO/
H A DAtoms.h27 class MachODefinedAtom : public SimpleDefinedAtom {
29 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
37 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
45 ~MachODefinedAtom() override = default;
87 class MachODefinedCustomSectionAtom : public MachODefinedAtom {
94 : MachODefinedAtom(f, name, scope, type, merge, thumb, noDeadStrip, in MachODefinedCustomSectionAtom()
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/lib/ReaderWriter/MachO/
H A DAtoms.h27 class MachODefinedAtom : public SimpleDefinedAtom {
29 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
37 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
45 ~MachODefinedAtom() override = default;
87 class MachODefinedCustomSectionAtom : public MachODefinedAtom {
94 : MachODefinedAtom(f, name, scope, type, merge, thumb, noDeadStrip, in MachODefinedCustomSectionAtom()
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/lib/ReaderWriter/MachO/
H A DAtoms.h27 class MachODefinedAtom : public SimpleDefinedAtom {
29 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
37 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
45 ~MachODefinedAtom() override = default;
87 class MachODefinedCustomSectionAtom : public MachODefinedAtom {
94 : MachODefinedAtom(f, name, scope, type, merge, thumb, noDeadStrip, in MachODefinedCustomSectionAtom()
H A DFile.h56 new (allocator()) MachODefinedAtom(*this, name, scope, type, merge, in addDefinedAtom()
111 new (allocator()) MachODefinedAtom(*this, name, scope, type, size, in addZeroFillDefinedAtom()
140 MachODefinedAtom *findAtomCoveringAddress(const Section &section,
174 typedef std::function<void (MachODefinedAtom* atom)> DefinedAtomVisitor;
184 typedef std::function<void(MachODefinedAtom *atom, uint64_t offset)>
253 struct SectionOffsetAndAtom { uint64_t offset; MachODefinedAtom *atom; };
255 void addAtomForSection(const Section *inSection, MachODefinedAtom* atom, in addAtomForSection()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/lib/ReaderWriter/MachO/
H A DAtoms.h27 class MachODefinedAtom : public SimpleDefinedAtom {
29 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
37 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
45 ~MachODefinedAtom() override = default;
87 class MachODefinedCustomSectionAtom : public MachODefinedAtom {
94 : MachODefinedAtom(f, name, scope, type, merge, thumb, noDeadStrip, in MachODefinedCustomSectionAtom()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/lib/ReaderWriter/MachO/
H A DAtoms.h27 class MachODefinedAtom : public SimpleDefinedAtom {
29 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
37 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
45 ~MachODefinedAtom() override = default;
87 class MachODefinedCustomSectionAtom : public MachODefinedAtom {
94 : MachODefinedAtom(f, name, scope, type, merge, thumb, noDeadStrip, in MachODefinedCustomSectionAtom()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/lib/ReaderWriter/MachO/
H A DAtoms.h27 class MachODefinedAtom : public SimpleDefinedAtom {
29 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
37 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
45 ~MachODefinedAtom() override = default;
87 class MachODefinedCustomSectionAtom : public MachODefinedAtom {
94 : MachODefinedAtom(f, name, scope, type, merge, thumb, noDeadStrip, in MachODefinedCustomSectionAtom()
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/lib/ReaderWriter/MachO/
H A DAtoms.h27 class MachODefinedAtom : public SimpleDefinedAtom {
29 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
37 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
45 ~MachODefinedAtom() override = default;
87 class MachODefinedCustomSectionAtom : public MachODefinedAtom {
94 : MachODefinedAtom(f, name, scope, type, merge, thumb, noDeadStrip, in MachODefinedCustomSectionAtom()
/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/lib/ReaderWriter/MachO/
H A DAtoms.h28 class MachODefinedAtom : public SimpleDefinedAtom {
30 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
38 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
46 ~MachODefinedAtom() override = default;
88 class MachODefinedCustomSectionAtom : public MachODefinedAtom {
95 : MachODefinedAtom(f, name, scope, type, merge, thumb, noDeadStrip, in MachODefinedCustomSectionAtom()
H A DFile.h57 new (allocator()) MachODefinedAtom(*this, name, scope, type, merge, in addDefinedAtom()
112 new (allocator()) MachODefinedAtom(*this, name, scope, type, size, in addZeroFillDefinedAtom()
141 MachODefinedAtom *findAtomCoveringAddress(const Section &section,
175 typedef std::function<void (MachODefinedAtom* atom)> DefinedAtomVisitor;
185 typedef std::function<void(MachODefinedAtom *atom, uint64_t offset)>
254 struct SectionOffsetAndAtom { uint64_t offset; MachODefinedAtom *atom; };
256 void addAtomForSection(const Section *inSection, MachODefinedAtom* atom, in addAtomForSection()
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/lib/ReaderWriter/MachO/
H A DAtoms.h28 class MachODefinedAtom : public SimpleDefinedAtom {
30 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
38 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() function
46 ~MachODefinedAtom() override = default;
88 class MachODefinedCustomSectionAtom : public MachODefinedAtom {
95 : MachODefinedAtom(f, name, scope, type, merge, thumb, noDeadStrip, in MachODefinedCustomSectionAtom()
H A DFile.h57 new (allocator()) MachODefinedAtom(*this, name, scope, type, merge, in addDefinedAtom()
112 new (allocator()) MachODefinedAtom(*this, name, scope, type, size, in addZeroFillDefinedAtom()
141 MachODefinedAtom *findAtomCoveringAddress(const Section &section,
175 typedef std::function<void (MachODefinedAtom* atom)> DefinedAtomVisitor;
185 typedef std::function<void(MachODefinedAtom *atom, uint64_t offset)>
254 struct SectionOffsetAndAtom { uint64_t offset; MachODefinedAtom *atom; };
256 void addAtomForSection(const Section *inSection, MachODefinedAtom* atom, in addAtomForSection()

12345