Home
last modified time | relevance | path

Searched defs:UndefinedAtom (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/include/lld/Core/
DUndefinedAtom.h57 static bool classof(const UndefinedAtom *) { return true; } in classof()
60 UndefinedAtom() : Atom(definitionUndefined) {} in UndefinedAtom() function
DSymbolTable.h27 class UndefinedAtom; variable