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