Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbolTable.h77 void treatUndefinedSymbol(const Undefined &, StringRef source);
78 void treatUndefinedSymbol(const Undefined &, const InputSection *,
H A DWriter.cpp623 treatUndefinedSymbol(*undefined, "the entry point"); in treatSpecialUndefineds()
629 treatUndefinedSymbol(*undefined, "-u"); in treatSpecialUndefineds()
637 treatUndefinedSymbol(*undefined, "-exported_symbol(s_list)"); in treatSpecialUndefineds()
696 treatUndefinedSymbol(*undefined, isec, r.offset); in scanRelocations()
H A DSymbolTable.cpp673 void macho::treatUndefinedSymbol(const Undefined &sym, StringRef source) { in treatUndefinedSymbol() function in macho
680 void macho::treatUndefinedSymbol(const Undefined &sym, const InputSection *isec, in treatUndefinedSymbol() function in macho
H A DUnwindInfoSection.cpp272 treatUndefinedSymbol(*undefined, isec, r.offset); in prepareRelocations()
H A DSyntheticSections.cpp784 treatUndefinedSymbol(*undefined, in setUp()
840 treatUndefinedSymbol(*undefined, in setUp()
1919 treatUndefinedSymbol(*undefined, isec, rel.offset); in setUp()