Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp337 const MCSectionData &SymSD = Asm.getSectionData( in requiresExternRelocation() local
339 Value += Writer->getSectionAddress(&SymSD); in requiresExternRelocation()
428 const MCSectionData &SymSD = Asm.getSectionData( in RecordRelocation() local
430 Index = SymSD.getOrdinal() + 1; in RecordRelocation()
431 FixedValue += Writer->getSectionAddress(&SymSD); in RecordRelocation()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp366 const MCSectionData &SymSD = in RecordPPCRelocation() local
368 Index = SymSD.getOrdinal() + 1; in RecordPPCRelocation()
369 FixedValue += Writer->getSectionAddress(&SymSD); in RecordPPCRelocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp559 const MCSectionData &SymSD = Asm.getSectionData( in RecordX86Relocation() local
561 Index = SymSD.getOrdinal() + 1; in RecordX86Relocation()
562 FixedValue += Writer->getSectionAddress(&SymSD); in RecordX86Relocation()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp355 const MCSectionData &SymSD = in RecordRelocation() local
357 Index = SymSD.getOrdinal() + 1; in RecordRelocation()