// LLVM assembly => internal intermediate representation, which is ready // to be processed by the later stages. //! @param parseFunctions We parse functions only on later passes, since we do not //! want to parse all of them at once, and have all their //! lines and data in memory at the same time. function intertyper(data, parseFunctions, baseLineNum) { //parseFunctions = true; // Uncomment to do all parsing in a single big RAM-heavy pass. Faster, if you have the RAM baseLineNum = baseLineNum || 0; // Substrate if (LLVM_STYLE === null) { // new = clang on 2.8, old = llvm-gcc anywhere or clang on 2.7 LLVM_STYLE = (data.indexOf('