Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSymbols.h61 UndefinedKind, enumerator
154 bool isUndefined() const { return symbolKind == UndefinedKind; } in isUndefined()
381 : Symbol(UndefinedKind, file, name, binding, stOther, type), in Symbol() argument
384 static bool classof(const Symbol *s) { return s->kind() == UndefinedKind; } in classof()
510 case UndefinedKind: in getSymbolSize()
H A DSymbols.cpp142 case Symbol::UndefinedKind: in getSymVA()
401 case Symbol::UndefinedKind: in resolve()
/llvm-project-15.0.7/lld/COFF/
H A DSymbols.h61 UndefinedKind, enumerator
332 explicit Undefined(StringRef n) : Symbol(UndefinedKind, n) {} in Undefined()
334 static bool classof(const Symbol *s) { return s->kind() == UndefinedKind; } in classof()
444 case UndefinedKind: in getRVA()
469 case UndefinedKind: in getChunk()
H A DWriter.cpp1590 case Symbol::UndefinedKind: in maybeAddAddressTakenFunction()
/llvm-project-15.0.7/lld/MachO/
H A DSymbols.h37 UndefinedKind, enumerator
202 : Symbol(UndefinedKind, name, file), refState(refState) { in Undefined()
208 static bool classof(const Symbol *s) { return s->kind() == UndefinedKind; } in classof()