Searched refs:SymSD (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp343 const MCSectionData &SymSD = Asm.getSectionData( local
345 Value += Writer->getSectionAddress(&SymSD);
434 const MCSectionData &SymSD = Asm.getSectionData( local
436 Index = SymSD.getOrdinal() + 1;
437 FixedValue += Writer->getSectionAddress(&SymSD);
/freebsd-10.3-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp367 const MCSectionData &SymSD = local
369 Index = SymSD.getOrdinal() + 1;
370 FixedValue += Writer->getSectionAddress(&SymSD);
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp575 const MCSectionData &SymSD = Asm.getSectionData( local
577 Index = SymSD.getOrdinal() + 1;
578 FixedValue += Writer->getSectionAddress(&SymSD);

Completed in 52 milliseconds