Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/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()
H A DArchHandler.h198 virtual void addAdditionalReferences(MachODefinedAtom &atom) { } in addAdditionalReferences()
201 virtual void addDataInCodeReference(MachODefinedAtom &atom, uint32_t atomOff, in addDataInCodeReference()
213 const MachODefinedAtom &atom) { in dataInCodeTransitionStart()
220 const MachODefinedAtom &atom) { in dataInCodeTransitionEnd()
H A DExecutableAtoms.h111 _definedAtoms.push_back(new (allocator()) MachODefinedAtom( in MachHeaderAliasFile()
118 _definedAtoms.push_back(new (allocator()) MachODefinedAtom( in MachHeaderAliasFile()
H A DMachONormalizedFileToAtoms.cpp367 MachODefinedAtom *prevAtom = nullptr; in processSymboledSection()
504 const MachODefinedAtom *
579 MachODefinedAtom *target = file.findAtomCoveringAddress(symSection, in convertRelocs()
611 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.cpp118 void addAdditionalReferences(MachODefinedAtom &atom) override;
133 const MachODefinedAtom &atom) override { in dataInCodeTransitionStart()
138 const MachODefinedAtom &atom) override { in dataInCodeTransitionEnd()
516 const MachODefinedAtom *machoTarget = in clearThumbBit()
517 reinterpret_cast<const MachODefinedAtom *>(target); in clearThumbBit()
1395 void ArchHandler_arm::addAdditionalReferences(MachODefinedAtom &atom) { in addAdditionalReferences()
H A DArchHandler_x86.cpp129 const MachODefinedAtom &atom) override { in dataInCodeTransitionStart()
134 const MachODefinedAtom &atom) override { in dataInCodeTransitionEnd()