/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiELFObjectWriter.cpp | 30 bool needsRelocateWithSymbol(const MCSymbol &SD, 76 bool LanaiELFObjectWriter::needsRelocateWithSymbol(const MCSymbol & /*SD*/, in needsRelocateWithSymbol() function in LanaiELFObjectWriter
|
/external/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiELFObjectWriter.cpp | 30 bool needsRelocateWithSymbol(const MCSymbol &SD, 77 bool LanaiELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &SD, in needsRelocateWithSymbol() function in LanaiELFObjectWriter
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 60 bool needsRelocateWithSymbol(const MCSymbol &Sym, 479 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in MipsELFObjectWriter 484 return needsRelocateWithSymbol(Sym, Type & 0xff) || in needsRelocateWithSymbol() 485 needsRelocateWithSymbol(Sym, (Type >> 8) & 0xff) || in needsRelocateWithSymbol() 486 needsRelocateWithSymbol(Sym, (Type >> 16) & 0xff); in needsRelocateWithSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 65 bool needsRelocateWithSymbol(const MCSymbol &Sym, 521 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in MipsELFObjectWriter 526 return needsRelocateWithSymbol(Sym, Type & 0xff) || in needsRelocateWithSymbol() 527 needsRelocateWithSymbol(Sym, (Type >> 8) & 0xff) || in needsRelocateWithSymbol() 528 needsRelocateWithSymbol(Sym, (Type >> 16) & 0xff); in needsRelocateWithSymbol()
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcELFObjectWriter.cpp | 35 bool needsRelocateWithSymbol(const MCSymbol &Sym, 113 bool SparcELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in SparcELFObjectWriter
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcELFObjectWriter.cpp | 36 bool needsRelocateWithSymbol(const MCSymbol &Sym, 116 bool SparcELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in SparcELFObjectWriter
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFObjectWriter.cpp | 41 bool needsRelocateWithSymbol(const MCSymbol &Sym, 52 bool ARMELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in ARMELFObjectWriter
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFObjectWriter.cpp | 40 bool needsRelocateWithSymbol(const MCSymbol &Sym, 52 bool ARMELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in ARMELFObjectWriter
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCELFObjectTargetWriter.cpp | 20 bool MCELFObjectTargetWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in MCELFObjectTargetWriter
|
D | ELFObjectWriter.cpp | 1377 if (TargetObjectWriter->needsRelocateWithSymbol(*Sym, Type)) in shouldRelocateWithSymbol()
|
/external/llvm/lib/MC/ |
D | MCELFObjectTargetWriter.cpp | 27 bool MCELFObjectTargetWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in MCELFObjectTargetWriter
|
D | ELFObjectWriter.cpp | 597 if (TargetObjectWriter->needsRelocateWithSymbol(*Sym, Type)) in shouldRelocateWithSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
D | RISCVELFObjectWriter.cpp | 28 bool needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in __anon5aa477960111::RISCVELFObjectWriter
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCELFObjectWriter.cpp | 31 bool needsRelocateWithSymbol(const MCSymbol &Sym, 402 bool PPCELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in PPCELFObjectWriter
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCELFObjectWriter.cpp | 32 bool needsRelocateWithSymbol(const MCSymbol &Sym, 425 bool PPCELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in PPCELFObjectWriter
|
/external/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 84 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 87 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
|