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.cpp321 if (Writer->doesSymbolRequireExternRelocation(S)) in requiresExternRelocation()
401 if (Offset && A && !Writer->doesSymbolRequireExternRelocation(*A) && in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp530 if (Offset && A && !Writer->doesSymbolRequireExternRelocation(*A) && in RecordX86Relocation()
561 if (Writer->doesSymbolRequireExternRelocation(*A)) { in RecordX86Relocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h221 bool doesSymbolRequireExternRelocation(const MCSymbol &S);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp67 bool MachObjectWriter::doesSymbolRequireExternRelocation(const MCSymbol &S) { in doesSymbolRequireExternRelocation() function in MachObjectWriter