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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 387 const MCSectionData &SymSD = Asm.getSectionData(
389 Index = SymSD.getOrdinal() + 1;
390 FixedValue += Writer->getSectionAddress(&SymSD);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 524 const MCSectionData &SymSD = Asm.getSectionData(
526 Index = SymSD.getOrdinal() + 1;
527 FixedValue += Writer->getSectionAddress(&SymSD);

Completed in 30 milliseconds