Home
last modified time | relevance | path

Searched refs:SharedKind (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DSymbols.h60 SharedKind, enumerator
157 bool isShared() const { return symbolKind == SharedKind; } in isShared()
393 static bool classof(const Symbol *s) { return s->kind() == SharedKind; } in classof()
398 : Symbol(SharedKind, &file, name, binding, stOther, type), value(value), in SharedSymbol()
508 case SharedKind: in getSymbolSize()
H A DInputFiles.h60 SharedKind, enumerator
70 return k == ObjKind || k == SharedKind; in isElf()
334 : ELFFileBase(SharedKind, m), soName(defaultSoName), in SharedFile()
350 static bool classof(const InputFile *f) { return f->kind() == SharedKind; } in classof()
H A DSymbols.cpp141 case Symbol::SharedKind: in getSymVA()
413 case Symbol::SharedKind: in resolve()
/llvm-project-15.0.7/lld/wasm/
H A DInputFiles.h46 SharedKind, enumerator
166 explicit SharedFile(MemoryBufferRef m) : InputFile(SharedKind, m) {} in SharedFile()
167 static bool classof(const InputFile *f) { return f->kind() == SharedKind; } in classof()