reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
244 STRINGIFY_CODE(FUNC_CODE, INST_ALLOCA)
lib/Bitcode/Reader/BitcodeReader.cpp 4732 case bitc::FUNC_CODE_INST_ALLOCA: { // ALLOCA: [instty, opty, op, align]
lib/Bitcode/Writer/BitcodeWriter.cpp 2911 Code = bitc::FUNC_CODE_INST_ALLOCA;