Searched refs:A_Base (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 221 const MCSymbol *A_Base = Asm.getAtom(*A); in recordRelocation() local 239 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation() 263 if (!A_Base) { in recordRelocation() 278 if (A_Base == B_Base && A_Base) { in recordRelocation() 285 (!A_Base || !A_Base->getFragment() ? 0 : Writer->getSymbolAddress( in recordRelocation() 286 *A_Base, Layout)); in recordRelocation() 296 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation()
|
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 221 const MCSymbol *A_Base = Asm.getAtom(*A); in recordRelocation() local 239 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation() 263 if (!A_Base) { in recordRelocation() 278 if (A_Base == B_Base && A_Base) { in recordRelocation() 285 (!A_Base || !A_Base->getFragment() ? 0 : Writer->getSymbolAddress( in recordRelocation() 286 *A_Base, Layout)); in recordRelocation() 296 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 214 const MCSymbol *A_Base = Asm.getAtom(*A); in recordRelocation() local 232 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation() 256 if (!A_Base) { in recordRelocation() 271 if (A_Base == B_Base && A_Base) { in recordRelocation() 278 (!A_Base || !A_Base->getFragment() ? 0 : Writer->getSymbolAddress( in recordRelocation() 279 *A_Base, Layout)); in recordRelocation() 289 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 148 const MCSymbol *A_Base = Asm.getAtom(*A); in RecordX86_64Relocation() local 180 if (A_Base == B_Base && A_Base) { in RecordX86_64Relocation() 197 (!A_Base ? 0 : Writer->getSymbolAddress(*A_Base, Layout)); in RecordX86_64Relocation() 201 if (!A_Base) in RecordX86_64Relocation() 209 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordX86_64Relocation()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 148 const MCSymbol *A_Base = Asm.getAtom(*A); in RecordX86_64Relocation() local 181 if (A_Base == B_Base && A_Base) { in RecordX86_64Relocation() 198 (!A_Base ? 0 : Writer->getSymbolAddress(*A_Base, Layout)); in RecordX86_64Relocation() 202 if (!A_Base) in RecordX86_64Relocation() 210 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordX86_64Relocation()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 148 const MCSymbol *A_Base = Asm.getAtom(*A); in RecordX86_64Relocation() local 180 if (A_Base == B_Base && A_Base) { in RecordX86_64Relocation() 197 (!A_Base ? 0 : Writer->getSymbolAddress(*A_Base, Layout)); in RecordX86_64Relocation() 201 if (!A_Base) in RecordX86_64Relocation() 209 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordX86_64Relocation()
|