Searched refs:BitcodeKind (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | InputFiles.h | 65 BitcodeKind, enumerator 90 fileKind == BitcodeKind); in getSymbols() 326 static bool classof(const InputFile *f) { return f->kind() == BitcodeKind; } in classof()
|
| H A D | InputFiles.cpp | 1612 : InputFile(BitcodeKind, mb) { in BitcodeFile()
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | InputFiles.h | 49 BitcodeKind, enumerator 177 static bool classof(const InputFile *f) { return f->kind() == BitcodeKind; } in classof()
|
| H A D | InputFiles.cpp | 802 : InputFile(BitcodeKind, m) { in BitcodeFile()
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | InputFiles.h | 72 BitcodeKind, enumerator 371 static bool classof(const InputFile *f) { return f->kind() == BitcodeKind; } in classof()
|
| H A D | InputFiles.cpp | 997 : InputFile(ctx, BitcodeKind, mb, lazy) { in BitcodeFile()
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | InputFiles.h | 112 BitcodeKind, enumerator 305 static bool classof(const InputFile *f) { return f->kind() == BitcodeKind; } in classof()
|
| H A D | InputFiles.cpp | 2214 : InputFile(BitcodeKind, mb, lazy), forceHidden(forceHidden) { in BitcodeFile()
|