Home
last modified time | relevance | path

Searched refs:isWeakRef (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/lld/MachO/
H A DSymbols.h66 virtual bool isWeakRef() const { return false; } in isWeakRef() function
213 bool isWeakRef() const override { return refState == RefState::Weak; } in isWeakRef() function
267 bool isWeakRef() const override { in isWeakRef() function
H A DSymbolTable.h48 Symbol *addUndefined(StringRef name, InputFile *, bool isWeakRef);
H A DSymbolTable.cpp144 bool isWeakRef) { in addUndefined() argument
147 RefState refState = isWeakRef ? RefState::Weak : RefState::Strong; in addUndefined()
H A DSyntheticSections.cpp640 if (sym->isWeakRef()) in finalizeContents()
961 if (sym.isWeakRef()) in encode()
1365 n_desc |= dysym->isWeakRef() ? N_WEAK_REF : 0; in writeTo()
2181 buf += writeImport(buf, importFormat, libOrdinal, sym.isWeakRef(), in writeTo()