Searched refs:ExplicitRelSym (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZMCObjectWriter.cpp | 30 virtual const MCSymbol *ExplicitRelSym(const MCAssembler &Asm, 121 const MCSymbol *SystemZObjectWriter::ExplicitRelSym(const MCAssembler &Asm, in ExplicitRelSym() function in SystemZObjectWriter
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFObjectWriter.cpp | 40 virtual const MCSymbol *ExplicitRelSym(const MCAssembler &Asm, 62 const MCSymbol *ARMELFObjectWriter::ExplicitRelSym(const MCAssembler &Asm, in ExplicitRelSym() function in ARMELFObjectWriter
|
/external/llvm/lib/MC/ |
D | MCELFObjectTargetWriter.cpp | 27 const MCSymbol *MCELFObjectTargetWriter::ExplicitRelSym(const MCAssembler &Asm, in ExplicitRelSym() function in MCELFObjectTargetWriter
|
D | ELFObjectWriter.cpp | 128 const MCSymbol *ExplicitRelSym(const MCAssembler &Asm, in ExplicitRelSym() function in __anonce3554260111::ELFObjectWriter 133 return TargetObjectWriter->ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel); in ExplicitRelSym() 664 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel); in SymbolToReloc() 687 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel); in SymbolToReloc() 693 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel); in SymbolToReloc()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 45 virtual const MCSymbol *ExplicitRelSym(const MCAssembler &Asm, 63 const MCSymbol *MipsELFObjectWriter::ExplicitRelSym(const MCAssembler &Asm, in ExplicitRelSym() function in MipsELFObjectWriter
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCELFObjectWriter.cpp | 33 virtual const MCSymbol *ExplicitRelSym(const MCAssembler &Asm, 365 const MCSymbol *PPCELFObjectWriter::ExplicitRelSym(const MCAssembler &Asm, in ExplicitRelSym() function in PPCELFObjectWriter
|
/external/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 77 virtual const MCSymbol *ExplicitRelSym(const MCAssembler &Asm,
|