Searched refs:BitcodeKind (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | InputFiles.h | 63 BitcodeKind, enumerator 93 fileKind == BitcodeKind); in getSymbols() 99 fileKind == BitcodeKind); in getMutableSymbols() 328 static bool classof(const InputFile *f) { return f->kind() == BitcodeKind; } in classof()
|
| H A D | InputFiles.cpp | 1792 : InputFile(ctx, BitcodeKind, mb) { in BitcodeFile()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | InputFiles.h | 112 BitcodeKind, enumerator 316 static bool classof(const InputFile *f) { return f->kind() == BitcodeKind; } in classof()
|
| H A D | InputFiles.cpp | 2338 : InputFile(BitcodeKind, mb, lazy), forceHidden(forceHidden) { in BitcodeFile()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.h | 77 BitcodeKind, enumerator 400 static bool classof(const InputFile *f) { return f->kind() == BitcodeKind; } in classof()
|
| H A D | InputFiles.cpp | 1351 : InputFile(symtab, BitcodeKind, mb, lazy) { in BitcodeFile()
|