Searched refs:UndefinedKind (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | Symbols.h | 61 UndefinedKind, enumerator 330 explicit Undefined(StringRef n) : Symbol(UndefinedKind, n) {} in Undefined() 332 static bool classof(const Symbol *s) { return s->kind() == UndefinedKind; } in classof() 442 case UndefinedKind: in getRVA() 467 case UndefinedKind: in getChunk()
|
| H A D | Writer.cpp | 1587 case Symbol::UndefinedKind: in maybeAddAddressTakenFunction()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Symbols.h | 65 UndefinedKind, enumerator 151 bool isUndefined() const { return symbolKind == UndefinedKind; } in isUndefined() 348 : Symbol(UndefinedKind, file, name, binding, stOther, type), in Symbol() argument 351 static bool classof(const Symbol *s) { return s->kind() == UndefinedKind; } in classof() 520 case UndefinedKind: in getSymbolSize()
|
| H A D | Symbols.cpp | 138 case Symbol::UndefinedKind: in getSymVA() 435 case Symbol::UndefinedKind: in resolve()
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | Symbols.h | 38 UndefinedKind, enumerator 184 : Symbol(UndefinedKind, name, file), refState(refState) { in Undefined() 190 static bool classof(const Symbol *s) { return s->kind() == UndefinedKind; } in classof()
|