Lines Matching refs:DefinedAtom
138 const DefinedAtom *inAtom,
149 const DefinedAtom *inAtom,
158 bool needsLocalSymbolInRelocatableFile(const DefinedAtom *atom) override { in needsLocalSymbolInRelocatableFile()
159 return (atom->contentType() == DefinedAtom::typeCString); in needsLocalSymbolInRelocatableFile()
162 void generateAtomContent(const DefinedAtom &atom, bool relocatable,
168 void appendSectionRelocations(const DefinedAtom &atom,
297 DefinedAtom::typeGOT,
378 const Relocation &reloc, const DefinedAtom *inAtom, uint32_t offsetInAtom, in getReferenceInfo()
458 if (inAtom->contentType() == DefinedAtom::typeCFI) in getReferenceInfo()
474 const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, in getPairReferenceInfo()
514 if (inAtom->contentType() == DefinedAtom::typeCFI) in getPairReferenceInfo()
539 const DefinedAtom &atom, bool relocatable, FindAddressForAtom findAddress, in generateAtomContent()
568 if (isa<DefinedAtom>(target)) in generateAtomContent()
775 const DefinedAtom &atom, uint64_t atomSectionOffset, const Reference &ref, in appendSectionRelocations()