OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CXXABI
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/AST/
CXXABI.h
1
//===-----
CXXABI
.h - Interface to C++ ABIs ---------------------*- C++ -*-===//
26
class
CXXABI
{
28
virtual ~
CXXABI
();
43
CXXABI
*CreateARMCXXABI(ASTContext &Ctx);
44
CXXABI
*CreateItaniumCXXABI(ASTContext &Ctx);
45
CXXABI
*CreateMicrosoftCXXABI(ASTContext &Ctx);
ASTContext.cpp
33
#include "
CXXABI
.h"
184
CXXABI
*ASTContext::createCXXABI(const TargetInfo &T) {
[
all
...]
/external/clang/include/clang/Basic/
TargetOptions.h
33
std::string
CXXABI
;
TargetInfo.h
82
TargetCXXABI
CXXABI
;
470
return
CXXABI
;
507
CXXABI
= ABI;
Completed in 25 milliseconds