Home | History | Annotate | Download | only in Archive

Lines Matching full:bitcode

10 // Builds up standard unix archive files (.a) containing LLVM bitcode.
14 #include "llvm/Bitcode/Archive.h"
18 #include "llvm/Bitcode/ReaderWriter.h"
112 // __LLVM_SYM_TAB__ identifies the symbol table for LLVM bitcode.
208 // Determine if this is a bitcode file
340 // Get all the bitcode modules from the archive
486 // Now, load the bitcode module to get the Module.
554 *error = "Can't parse bitcode member: " +
606 // We still can't be sure it isn't a bitcode archive
613 // Scan the archive, trying to load a bitcode member. We only load one to
628 return false; // Couldn't parse bitcode, not a bitcode archive.