HomeSort by relevance Sort by last modified time
    Searched refs:needsRelocateWithSymbol (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/MC/
MCELFObjectTargetWriter.cpp 27 bool MCELFObjectTargetWriter::needsRelocateWithSymbol(unsigned Type) const {
ELFObjectWriter.cpp 785 if (TargetObjectWriter->needsRelocateWithSymbol(Type))
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 40 bool needsRelocateWithSymbol(unsigned Type) const override;
51 bool ARMELFObjectWriter::needsRelocateWithSymbol(unsigned Type) const {
  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 57 virtual bool needsRelocateWithSymbol(unsigned Type) const;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 33 bool needsRelocateWithSymbol(unsigned Type) const override;
219 MipsELFObjectWriter::needsRelocateWithSymbol(unsigned Type) const {

Completed in 296 milliseconds