OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MicrosoftCXXABI
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp
1
//===---
MicrosoftCXXABI
.cpp - Emit LLVM Code from ASTs for a Module ------===//
27
class
MicrosoftCXXABI
: public CGCXXABI {
29
MicrosoftCXXABI
(CodeGenModule &CGM) : CGCXXABI(CGM) {}
86
return new
MicrosoftCXXABI
(CGM);
Android.mk
52
MicrosoftCXXABI
.cpp \
/external/clang/lib/AST/
MicrosoftCXXABI.cpp
1
//===-------
MicrosoftCXXABI
.cpp - AST support for the Microsoft C++ ABI --===//
25
class
MicrosoftCXXABI
: public CXXABI {
28
MicrosoftCXXABI
(ASTContext &Ctx) : Context(Ctx) { }
55
unsigned
MicrosoftCXXABI
::getMemberPointerSize(const MemberPointerType *MPT) const {
69
return new
MicrosoftCXXABI
(Ctx);
Android.mk
45
MicrosoftCXXABI
.cpp \
Completed in 634 milliseconds