Home
last modified time | relevance | path

Searched refs:getAtom (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp221 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()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp148 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()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMachObjectWriter.cpp710 (!SA.isTemporary() && FB.getAtom() != SA.getFragment()->getAtom() && in isSymbolRefDifferenceFullyResolvedImpl()
721 else if(!FB.getAtom() && in isSymbolRefDifferenceFullyResolvedImpl()
738 if (FA->getAtom() == FB.getAtom()) in isSymbolRefDifferenceFullyResolvedImpl()
H A DMCAssembler.cpp177 const MCSymbol *MCAssembler::getAtom(const MCSymbol &S) const { in getAtom() function in MCAssembler
193 return S.getFragment()->getAtom(); in getAtom()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAssembler.h257 const MCSymbol *getAtom(const MCSymbol &S) const;
H A DMCFragment.h98 const MCSymbol *getAtom() const { return Atom; } in getAtom() function