Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/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 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()
H A DFile.h58 new (allocator()) MachODefinedAtom(*this, name, scope, type, merge, in addDefinedAtom()
113 new (allocator()) MachODefinedAtom(*this, name, scope, type, size, in addZeroFillDefinedAtom()
142 MachODefinedAtom *findAtomCoveringAddress(const Section &section,
176 typedef std::function<void (MachODefinedAtom* atom)> DefinedAtomVisitor;
186 typedef std::function<void(MachODefinedAtom *atom, uint64_t offset)>
255 struct SectionOffsetAndAtom { uint64_t offset; MachODefinedAtom *atom; };
257 void addAtomForSection(const Section *inSection, MachODefinedAtom* atom, in addAtomForSection()
H A DExecutableAtoms.h110 _definedAtoms.push_back(new (allocator()) MachODefinedAtom( in MachHeaderAliasFile()
117 _definedAtoms.push_back(new (allocator()) MachODefinedAtom( in MachHeaderAliasFile()
H A DMachONormalizedFileToAtoms.cpp368 MachODefinedAtom *prevAtom = nullptr; in processSymboledSection()
505 const MachODefinedAtom *
580 MachODefinedAtom *target = file.findAtomCoveringAddress(symSection, in convertRelocs()
612 MachODefinedAtom *inAtom = file.findAtomCoveringAddress(section, in convertRelocs()
1010 typedef llvm::DenseMap<const MachODefinedAtom*, CIEInfo> CIEInfoMap;
1075 MachODefinedAtom *atom, in processCIE()
1156 const MachODefinedAtom *func = nullptr; in processCIE()
1180 MachODefinedAtom *atom, in processFDE()
1268 const MachODefinedAtom *cie = dyn_cast<MachODefinedAtom>(cieRefTarget); in processFDE()
1486 file->eachDefinedAtom([&](MachODefinedAtom* atom) -> void { in normalizedObjectToAtoms()
[all …]
H A DArchHandler_arm.cpp117 void addAdditionalReferences(MachODefinedAtom &atom) override;
132 const MachODefinedAtom &atom) override { in dataInCodeTransitionStart()
137 const MachODefinedAtom &atom) override { in dataInCodeTransitionEnd()
515 const MachODefinedAtom *machoTarget = in clearThumbBit()
516 reinterpret_cast<const MachODefinedAtom *>(target); in clearThumbBit()
1394 void ArchHandler_arm::addAdditionalReferences(MachODefinedAtom &atom) { in addAdditionalReferences()
H A DArchHandler_x86.cpp128 const MachODefinedAtom &atom) override { in dataInCodeTransitionStart()
133 const MachODefinedAtom &atom) override { in dataInCodeTransitionEnd()
H A DArchHandler_x86_64.cpp189 const MachODefinedAtom &atom) override { in dataInCodeTransitionStart()
194 const MachODefinedAtom &atom) override { in dataInCodeTransitionEnd()