Searched refs:RuntimeLang (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDIBuilder.h451 unsigned Line, unsigned RuntimeLang = 0,
459 unsigned Line, unsigned RuntimeLang = 0, uint64_t SizeInBits = 0,
/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 126 milliseconds