Searched refs:treatUndefinedSymbol (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | SymbolTable.h | 77 void treatUndefinedSymbol(const Undefined &, StringRef source); 78 void treatUndefinedSymbol(const Undefined &, const InputSection *,
|
H A D | Writer.cpp | 622 treatUndefinedSymbol(*undefined, "the entry point"); in treatSpecialUndefineds() 628 treatUndefinedSymbol(*undefined, "-u"); in treatSpecialUndefineds() 636 treatUndefinedSymbol(*undefined, "-exported_symbol(s_list)"); in treatSpecialUndefineds() 705 treatUndefinedSymbol(*undefined, isec, r.offset); in scanRelocations()
|
H A D | SymbolTable.cpp | 673 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 D | UnwindInfoSection.cpp | 272 treatUndefinedSymbol(*undefined, isec, r.offset); in prepareRelocations()
|
H A D | SyntheticSections.cpp | 795 treatUndefinedSymbol(*undefined, in setUp() 925 treatUndefinedSymbol(*undefined, in setUp() 1984 treatUndefinedSymbol(*undefined, isec, rel.offset); in setUp()
|