Home | History | Annotate | Download | only in IR

Lines Matching refs:Lang

89 DICompileUnit DIBuilder::createCompileUnit(unsigned Lang, StringRef Filename,
94 assert(((Lang <= dwarf::DW_LANG_Python && Lang >= dwarf::DW_LANG_C89) ||
95 (Lang <= dwarf::DW_LANG_hi_user && Lang >= dwarf::DW_LANG_lo_user)) &&
113 ConstantInt::get(Type::getInt32Ty(VMContext), Lang),