Searched refs:UndefinedKind (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Symbols.h | 61 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 D | Symbols.cpp | 142 case Symbol::UndefinedKind: in getSymVA() 401 case Symbol::UndefinedKind: in resolve()
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Symbols.h | 61 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 D | Writer.cpp | 1590 case Symbol::UndefinedKind: in maybeAddAddressTakenFunction()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Symbols.h | 37 UndefinedKind, enumerator 202 : Symbol(UndefinedKind, name, file), refState(refState) { in Undefined() 208 static bool classof(const Symbol *s) { return s->kind() == UndefinedKind; } in classof()
|