Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp317 if (Writer->doesSymbolRequireExternRelocation(S)) in requiresExternRelocation()
395 if (Offset && A && !Writer->doesSymbolRequireExternRelocation(*A) && in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp511 if (Offset && A && !Writer->doesSymbolRequireExternRelocation(*A) && in RecordX86Relocation()
550 if (Writer->doesSymbolRequireExternRelocation(*A)) { in RecordX86Relocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h215 bool doesSymbolRequireExternRelocation(const MCSymbol &S);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp68 bool MachObjectWriter::doesSymbolRequireExternRelocation(const MCSymbol &S) { in doesSymbolRequireExternRelocation() function in MachObjectWriter