Searched defs:isWeakDef (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lld/MachO/ |
| D | Symbols.h | 58 virtual bool isWeakDef() const { llvm_unreachable("cannot be weak def"); } in isWeakDef() function 116 uint64_t size, bool isWeakDef, bool isExternal, bool isPrivateExtern, in Defined() 127 bool isWeakDef() const override { return weakDef; } in isWeakDef() function 229 DylibSymbol(DylibFile *file, StringRefZ name, bool isWeakDef, in DylibSymbol() 238 bool isWeakDef() const override { return weakDef; } in isWeakDef() function
|
| D | SymbolTable.cpp | 49 uint64_t size, bool isWeakDef, in addDefined() 141 Symbol *SymbolTable::addDylib(StringRef name, DylibFile *file, bool isWeakDef, in addDylib()
|
| D | InputFiles.cpp | 1017 bool isWeakDef = flags & EXPORT_SYMBOL_FLAGS_WEAK_DEFINITION; in DylibFile() local
|