Searched refs:getAtom (Results 1 – 6 of 6) sorted by relevance
221 const MCSymbol *A_Base = Asm.getAtom(*A); in recordRelocation()224 const MCSymbol *B_Base = Asm.getAtom(*B); in recordRelocation()322 const MCSymbol *Base = Asm.getAtom(*Symbol); in recordRelocation()
148 const MCSymbol *A_Base = Asm.getAtom(*A); in RecordX86_64Relocation()153 const MCSymbol *B_Base = Asm.getAtom(*B); in RecordX86_64Relocation()223 RelSymbol = Asm.getAtom(*Symbol); in RecordX86_64Relocation()
710 (!SA.isTemporary() && FB.getAtom() != SA.getFragment()->getAtom() && in isSymbolRefDifferenceFullyResolvedImpl()721 else if(!FB.getAtom() && in isSymbolRefDifferenceFullyResolvedImpl()738 if (FA->getAtom() == FB.getAtom()) in isSymbolRefDifferenceFullyResolvedImpl()
177 const MCSymbol *MCAssembler::getAtom(const MCSymbol &S) const { in getAtom() function in MCAssembler193 return S.getFragment()->getAtom(); in getAtom()
257 const MCSymbol *getAtom(const MCSymbol &S) const;
98 const MCSymbol *getAtom() const { return Atom; } in getAtom() function