HomeSort by relevance Sort by last modified time
    Searched refs:B_Base (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 217 const MCSymbol *B_Base = Asm.getAtom(*B);
263 if (!B_Base) {
271 if (A_Base == B_Base && A_Base) {
281 (!B_Base || !B_Base->getFragment() ? 0 : Writer->getSymbolAddress(
282 *B_Base, Layout));
291 RelSymbol = B_Base;
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 153 const MCSymbol *B_Base = Asm.getAtom(*B);
181 if (A_Base == B_Base && A_Base) {
200 (!B_Base ? 0 : Writer->getSymbolAddress(*B_Base, Layout));
212 if (B_Base)
213 RelSymbol = B_Base;
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 151 const MCSymbolData *B_Base = Asm.getAtom(&B_SD);
173 if (A_Base == B_Base && A_Base)
179 (B_Base == NULL ? 0 : Writer->getSymbolAddress(B_Base, Layout));
200 if (B_Base) {
201 Index = B_Base->getIndex();
  /external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp 572 const MCSymbolData *A_Base = 0, *B_Base = 0;
618 B_Base = FB.getAtom();
619 if (!B_Base)
623 if (A_Base == B_Base)

Completed in 4508 milliseconds