Searched refs:UndefinedKind (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Symbols.h | 78 UndefinedKind, enumerator 185 bool isUndefined() const { return symbolKind == UndefinedKind; } in isUndefined() 436 : Symbol(UndefinedKind, file, name, binding, stOther, type), in Symbol() argument 439 Symbol::overwrite(sym, UndefinedKind); in overwrite() 445 static bool classof(const Symbol *s) { return s->kind() == UndefinedKind; } in classof()
|
H A D | Symbols.cpp | 147 case Symbol::UndefinedKind: in getSymVA()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Symbols.h | 55 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() 444 case UndefinedKind: in getRVA() 469 case UndefinedKind: in getChunk()
|
H A D | Writer.cpp | 1840 case Symbol::UndefinedKind: in maybeAddAddressTakenFunction()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Symbols.h | 36 UndefinedKind, enumerator 211 : Symbol(UndefinedKind, name, file), refState(refState), in Undefined() 218 static bool classof(const Symbol *s) { return s->kind() == UndefinedKind; } in classof()
|