Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp357 const MCSectionData &SymSD = Asm.getSectionData( in RecordRelocation() local
359 Index = SymSD.getOrdinal() + 1; in RecordRelocation()
360 FixedValue += Writer->getSectionAddress(&SymSD); in RecordRelocation()
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp524 const MCSectionData &SymSD = Asm.getSectionData( in RecordX86Relocation() local
526 Index = SymSD.getOrdinal() + 1; in RecordX86Relocation()
527 FixedValue += Writer->getSectionAddress(&SymSD); in RecordX86Relocation()