Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp337 const MCSectionData &SymSD = Asm.getSectionData( in requiresExternRelocation()
428 const MCSectionData &SymSD = Asm.getSectionData( in RecordRelocation()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp367 Asm.getSectionData(SD->getSymbol().getSection()); in RecordPPCRelocation()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp356 Asm.getSectionData(SD.getSymbol().getSection()); in RecordRelocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp559 const MCSectionData &SymSD = Asm.getSectionData( in RecordX86Relocation()
/external/llvm/include/llvm/MC/
DMCAssembler.h1191 MCSectionData &getSectionData(const MCSection &Section) const { in getSectionData() function