Lines Matching full:bitcode
10 // Builds up standard unix archive files (.a) containing LLVM bitcode.
15 #include "llvm/Bitcode/ReaderWriter.h"
113 // __LLVM_SYM_TAB__ identifies the symbol table for LLVM bitcode.
209 // Determine if this is a bitcode file
341 // Get all the bitcode modules from the archive
487 // Now, load the bitcode module to get the Module.
555 *error = "Can't parse bitcode member: " +
602 // We still can't be sure it isn't a bitcode archive
609 // Scan the archive, trying to load a bitcode member. We only load one to
624 return false; // Couldn't parse bitcode, not a bitcode archive.