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

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 214 const MCSymbol *A_Base = Asm.getAtom(*A);
232 Writer->addRelocation(A_Base, Fragment->getParent(), MRE);
256 if (!A_Base) {
271 if (A_Base == B_Base && A_Base) {
278 (!A_Base || !A_Base->getFragment() ? 0 : Writer->getSymbolAddress(
279 *A_Base, Layout));
289 Writer->addRelocation(A_Base, Fragment->getParent(), MRE);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 148 const MCSymbol *A_Base = Asm.getAtom(*A);
181 if (A_Base == B_Base && A_Base) {
198 (!A_Base ? 0 : Writer->getSymbolAddress(*A_Base, Layout));
202 if (!A_Base)
210 Writer->addRelocation(A_Base, Fragment->getParent(), MRE);
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 147 const MCSymbolData *A_Base = Asm.getAtom(&A_SD);
173 if (A_Base == B_Base && A_Base)
177 (A_Base == NULL ? 0 : Writer->getSymbolAddress(A_Base, Layout));
181 if (A_Base) {
182 Index = A_Base->getIndex();
  /external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp 572 const MCSymbolData *A_Base = 0, *B_Base = 0;
614 A_Base = FA->getAtom();
615 if (!A_Base)
623 if (A_Base == B_Base)

Completed in 1191 milliseconds