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 344 const MCSectionData &SymSD = Asm.getSectionData(
346 Value += Writer->getSectionAddress(&SymSD);
435 const MCSectionData &SymSD = Asm.getSectionData(
437 Index = SymSD.getOrdinal() + 1;
438 FixedValue += Writer->getSectionAddress(&SymSD);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 556 const MCSectionData &SymSD = Asm.getSectionData(
558 Index = SymSD.getOrdinal() + 1;
559 FixedValue += Writer->getSectionAddress(&SymSD);

Completed in 703 milliseconds