Home | History | Annotate | Download | only in IR

Lines Matching refs:Lang

100 DICompileUnit DIBuilder::createCompileUnit(unsigned Lang, StringRef Filename,
108 assert(((Lang <= dwarf::DW_LANG_OCaml && Lang >= dwarf::DW_LANG_C89) ||
109 (Lang <= dwarf::DW_LANG_hi_user && Lang >= dwarf::DW_LANG_lo_user)) &&
127 ConstantInt::get(Type::getInt32Ty(VMContext), Lang),