Searched refs:BitcodeKind (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | InputFiles.h | 64 BitcodeKind, enumerator 92 fileKind == BitcodeKind); in getSymbols() 98 fileKind == BitcodeKind); in getMutableSymbols() 333 static bool classof(const InputFile *f) { return f->kind() == BitcodeKind; } in classof()
|
| H A D | InputFiles.cpp | 1645 : InputFile(BitcodeKind, mb) { in BitcodeFile()
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.h | 72 BitcodeKind, enumerator 374 static bool classof(const InputFile *f) { return f->kind() == BitcodeKind; } in classof()
|
| H A D | InputFiles.cpp | 999 : InputFile(ctx, BitcodeKind, mb, lazy) { in BitcodeFile()
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | InputFiles.h | 112 BitcodeKind, enumerator 312 static bool classof(const InputFile *f) { return f->kind() == BitcodeKind; } in classof()
|
| H A D | InputFiles.cpp | 2268 : InputFile(BitcodeKind, mb, lazy), forceHidden(forceHidden) { in BitcodeFile()
|