Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp343 const MCSectionData &SymSD = Asm.getSectionData( in requiresExternRelocation()
434 const MCSectionData &SymSD = Asm.getSectionData( in RecordRelocation()
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp368 Asm.getSectionData(SD->getSymbol().getSection()); in RecordPPCRelocation()
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp575 const MCSectionData &SymSD = Asm.getSectionData( in RecordX86Relocation()
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
DMCAssembler.h1128 MCSectionData &getSectionData(const MCSection &Section) const { in getSectionData() function