Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp224 const MCSymbol *B_Base = Asm.getAtom(*B); in recordRelocation() local
270 if (!B_Base) { in recordRelocation()
278 if (A_Base == B_Base && A_Base) { in recordRelocation()
288 (!B_Base || !B_Base->getFragment() ? 0 : Writer->getSymbolAddress( in recordRelocation()
289 *B_Base, Layout)); in recordRelocation()
298 RelSymbol = B_Base; in recordRelocation()
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp224 const MCSymbol *B_Base = Asm.getAtom(*B); in recordRelocation() local
270 if (!B_Base) { in recordRelocation()
278 if (A_Base == B_Base && A_Base) { in recordRelocation()
288 (!B_Base || !B_Base->getFragment() ? 0 : Writer->getSymbolAddress( in recordRelocation()
289 *B_Base, Layout)); in recordRelocation()
298 RelSymbol = B_Base; in recordRelocation()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp217 const MCSymbol *B_Base = Asm.getAtom(*B); in recordRelocation() local
263 if (!B_Base) { in recordRelocation()
271 if (A_Base == B_Base && A_Base) { in recordRelocation()
281 (!B_Base || !B_Base->getFragment() ? 0 : Writer->getSymbolAddress( in recordRelocation()
282 *B_Base, Layout)); in recordRelocation()
291 RelSymbol = B_Base; in recordRelocation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp153 const MCSymbol *B_Base = Asm.getAtom(*B); in RecordX86_64Relocation() local
180 if (A_Base == B_Base && A_Base) { in RecordX86_64Relocation()
199 (!B_Base ? 0 : Writer->getSymbolAddress(*B_Base, Layout)); in RecordX86_64Relocation()
211 if (B_Base) in RecordX86_64Relocation()
212 RelSymbol = B_Base; in RecordX86_64Relocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp153 const MCSymbol *B_Base = Asm.getAtom(*B); in RecordX86_64Relocation() local
181 if (A_Base == B_Base && A_Base) { in RecordX86_64Relocation()
200 (!B_Base ? 0 : Writer->getSymbolAddress(*B_Base, Layout)); in RecordX86_64Relocation()
212 if (B_Base) in RecordX86_64Relocation()
213 RelSymbol = B_Base; in RecordX86_64Relocation()
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp153 const MCSymbol *B_Base = Asm.getAtom(*B); in RecordX86_64Relocation() local
180 if (A_Base == B_Base && A_Base) { in RecordX86_64Relocation()
199 (!B_Base ? 0 : Writer->getSymbolAddress(*B_Base, Layout)); in RecordX86_64Relocation()
211 if (B_Base) in RecordX86_64Relocation()
212 RelSymbol = B_Base; in RecordX86_64Relocation()