Home
last modified time | relevance | path

Searched refs:SymSD (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp344 const MCSectionData &SymSD = Asm.getSectionData( in requiresExternRelocation() local
346 Value += Writer->getSectionAddress(&SymSD); in requiresExternRelocation()
435 const MCSectionData &SymSD = Asm.getSectionData( in RecordRelocation() local
437 Index = SymSD.getOrdinal() + 1; in RecordRelocation()
438 FixedValue += Writer->getSectionAddress(&SymSD); in RecordRelocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp556 const MCSectionData &SymSD = Asm.getSectionData( in RecordX86Relocation() local
558 Index = SymSD.getOrdinal() + 1; in RecordX86Relocation()
559 FixedValue += Writer->getSectionAddress(&SymSD); in RecordX86Relocation()