Searched refs:getCXXABI (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.h528 CGCXXABI &getCXXABI() { return ABI; } function in class:clang::CodeGen::CodeGenModule
H A DCGCall.cpp1331 V = CGM.getCXXABI().
1862 assert(CGF.getTarget().getCXXABI().isArgumentDestroyedByCallee());
2030 CGM.getTarget().getCXXABI().isArgumentDestroyedByCallee()) {
H A DCGDecl.cpp1650 getTarget().getCXXABI().isArgumentDestroyedByCallee()) {
H A DCGException.cpp1526 CGM.getTarget().getCXXABI().isItaniumFamily());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp995 assert(!Context.getTargetInfo().getCXXABI().isMicrosoft());
2285 : IsMicrosoftABI(Context.getTargetInfo().getCXXABI().isMicrosoft()) {
H A DASTContext.cpp667 switch (T.getCXXABI().getKind()) {
1391 if (!Context.getTargetInfo().getCXXABI().isMicrosoft() ||
1466 if (!getTargetInfo().getCXXABI().isMicrosoft() ||
7941 if (getTargetInfo().getCXXABI().canKeyFunctionBeInline()) {
8000 switch (Target->getCXXABI().getKind()) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1795 if (Context.getTargetInfo().getCXXABI().isMicrosoft()) {
H A DSemaDecl.cpp6298 if (SemaRef.Context.getTargetInfo().getCXXABI().isMicrosoft() &&
7564 !Context.getTargetInfo().getCXXABI().canKeyFunctionBeInline()) {
12028 if (Context.getTargetInfo().getCXXABI().isMicrosoft())

Completed in 191 milliseconds

12