Searched refs:MachODefinedAtom (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | Atoms.h | 28 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 D | File.h | 57 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 §ion, 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 D | ArchHandler.h | 198 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 D | ExecutableAtoms.h | 111 _definedAtoms.push_back(new (allocator()) MachODefinedAtom( in MachHeaderAliasFile() 118 _definedAtoms.push_back(new (allocator()) MachODefinedAtom( in MachHeaderAliasFile()
|
| H A D | MachONormalizedFileToAtoms.cpp | 367 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 D | ArchHandler_arm.cpp | 118 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 D | ArchHandler_x86.cpp | 129 const MachODefinedAtom &atom) override { in dataInCodeTransitionStart() 134 const MachODefinedAtom &atom) override { in dataInCodeTransitionEnd()
|