Searched refs:UndefinedKind (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Symbols.h | 68 UndefinedKind, enumerator 162 bool isUndefined() const { return symbolKind == UndefinedKind; } in isUndefined() 432 : Symbol(UndefinedKind, file, name, binding, stOther, type), in Symbol() argument 435 Symbol::overwrite(sym, UndefinedKind); in overwrite() 441 static bool classof(const Symbol *s) { return s->kind() == UndefinedKind; } in classof()
|
| H A D | Symbols.cpp | 137 case Symbol::UndefinedKind: in getSymVA()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Symbols.h | 59 UndefinedKind, enumerator 337 explicit Undefined(StringRef n) : Symbol(UndefinedKind, n) {} in Undefined() 339 static bool classof(const Symbol *s) { return s->kind() == UndefinedKind; } in classof() 466 case UndefinedKind: in getRVA() 491 case UndefinedKind: in getChunk()
|
| H A D | Writer.cpp | 2033 case Symbol::UndefinedKind: in maybeAddAddressTakenFunction()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Symbols.h | 29 UndefinedKind, enumerator 210 : Symbol(UndefinedKind, name, file), refState(refState), in Undefined() 217 static bool classof(const Symbol *s) { return s->kind() == UndefinedKind; } in classof()
|