Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp337 if (Writer->doesSymbolRequireExternRelocation(S)) in requiresExternRelocation()
420 if (Offset && A && !Writer->doesSymbolRequireExternRelocation(*A) && in recordRelocation()
/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp545 if (Offset && A && !Writer->doesSymbolRequireExternRelocation(*A) && in RecordX86Relocation()
574 if (Writer->doesSymbolRequireExternRelocation(*A)) { in RecordX86Relocation()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h160 bool doesSymbolRequireExternRelocation(const MCSymbol &S);
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp354 if (Writer->doesSymbolRequireExternRelocation(*A)) { in RecordPPCRelocation()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMachObjectWriter.cpp54 bool MachObjectWriter::doesSymbolRequireExternRelocation(const MCSymbol &S) { in doesSymbolRequireExternRelocation() function in MachObjectWriter