Home
last modified time | relevance | path

Searched refs:doesSymbolRequireExternRelocation (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp320 if (Offset && SD && !Writer->doesSymbolRequireExternRelocation(SD)) in RecordRelocation()
346 if (Writer->doesSymbolRequireExternRelocation(SD)) { in RecordRelocation()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp317 if (Writer->doesSymbolRequireExternRelocation(S)) in requiresExternRelocation()
392 if (Offset && A && !Writer->doesSymbolRequireExternRelocation(*A) && in recordRelocation()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCMachObjectWriter.h135 bool doesSymbolRequireExternRelocation(const MCSymbolData *SD);
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp486 if (Offset && SD && !Writer->doesSymbolRequireExternRelocation(SD)) in RecordX86Relocation()
514 if (Writer->doesSymbolRequireExternRelocation(SD)) { in RecordX86Relocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp547 if (Offset && A && !Writer->doesSymbolRequireExternRelocation(*A) && in RecordX86Relocation()
576 if (Writer->doesSymbolRequireExternRelocation(*A)) { in RecordX86Relocation()
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h147 bool doesSymbolRequireExternRelocation(const MCSymbol &S);
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp354 if (Writer->doesSymbolRequireExternRelocation(*A)) { in RecordPPCRelocation()
/external/swiftshader/third_party/LLVM/lib/MC/
DMachObjectWriter.cpp31 doesSymbolRequireExternRelocation(const MCSymbolData *SD) { in doesSymbolRequireExternRelocation() function in MachObjectWriter
/external/llvm/lib/MC/
DMachObjectWriter.cpp41 bool MachObjectWriter::doesSymbolRequireExternRelocation(const MCSymbol &S) { in doesSymbolRequireExternRelocation() function in MachObjectWriter