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 | 646 treatUndefinedSymbol(*undefined, "the entry point"); in treatSpecialUndefineds() 652 treatUndefinedSymbol(*undefined, "-u"); in treatSpecialUndefineds() 660 treatUndefinedSymbol(*undefined, "-exported_symbol(s_list)"); in treatSpecialUndefineds() 729 treatUndefinedSymbol(*undefined, isec, r.offset); in scanRelocations()
|
| H A D | SymbolTable.cpp | 677 void macho::treatUndefinedSymbol(const Undefined &sym, StringRef source) { in treatUndefinedSymbol() function in macho 684 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 | 794 treatUndefinedSymbol(*undefined, in setUp() 924 treatUndefinedSymbol(*undefined, in setUp() 2007 treatUndefinedSymbol(*undefined, isec, rel.offset); in setUp()
|