Searched defs:RuntimeLang (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DDIBuilder.cpp889 DIFile F, unsigned Line, unsigned RuntimeLang,
905 ConstantInt::get(Type::getInt32Ty(VMContext), RuntimeLang),
924 unsigned RuntimeLang, uint64_t SizeInBits, uint64_t AlignInBits,
939 ConstantInt::get(Type::getInt32Ty(VMContext), RuntimeLang),
888 createForwardDecl(unsigned Tag, StringRef Name, DIDescriptor Scope, DIFile F, unsigned Line, unsigned RuntimeLang, uint64_t SizeInBits, uint64_t AlignInBits, StringRef UniqueIdentifier) argument
922 createReplaceableForwardDecl( unsigned Tag, StringRef Name, DIDescriptor Scope, DIFile F, unsigned Line, unsigned RuntimeLang, uint64_t SizeInBits, uint64_t AlignInBits, StringRef UniqueIdentifier) argument
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1640 llvm::dwarf::SourceLanguage RuntimeLang = TheCU.getLanguage(); local
1648 RuntimeLang);
1661 unsigned RuntimeLang = TheCU.getLanguage(); local
1674 llvm::DIType(), llvm::DIArray(), RuntimeLang);

Completed in 39 milliseconds