Searched refs:BitcodeKind (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | InputFiles.h | 62 BitcodeKind, enumerator 87 fileKind == BitcodeKind); in getSymbols() 322 static bool classof(const InputFile *f) { return f->kind() == BitcodeKind; } in classof()
|
| H A D | InputFiles.cpp | 1563 : InputFile(BitcodeKind, mb) { in BitcodeFile()
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | InputFiles.h | 48 BitcodeKind, enumerator 175 static bool classof(const InputFile *f) { return f->kind() == BitcodeKind; } in classof()
|
| H A D | InputFiles.cpp | 754 : InputFile(BitcodeKind, m) { in BitcodeFile()
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | InputFiles.h | 72 BitcodeKind, enumerator 372 static bool classof(const InputFile *f) { return f->kind() == BitcodeKind; } in classof()
|
| H A D | InputFiles.cpp | 985 : InputFile(ctx, BitcodeKind, mb, lazy) { in BitcodeFile()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | InputFiles.h | 111 BitcodeKind, enumerator 302 static bool classof(const InputFile *f) { return f->kind() == BitcodeKind; } in classof()
|
| H A D | InputFiles.cpp | 2263 : InputFile(BitcodeKind, mb, lazy), forceHidden(forceHidden) { in BitcodeFile()
|