HomeSort by relevance Sort by last modified time
    Searched defs:ABI (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Basic/
TargetOptions.h 28 /// If given, the name of the target ABI to use.
29 std::string ABI;
31 /// If given, the name of the target C++ ABI to use. If not given, defaults
TargetInfo.h 46 /// The generic ("Itanium") C++ ABI, documented at:
47 /// http://www.codesourcery.com/public/cxx-abi/
50 /// The ARM C++ ABI, based largely on the Itanium ABI but with
56 /// The Visual Studio ABI. Only scattered official documentation exists.
525 /// NSString literals, or 0 if no special section is used (NonFragile ABI).
554 /// getABI - Get the ABI in use.
559 /// getCXXABI - Get the C++ ABI in use.
571 /// setABI - Use the specific ABI.
573 /// \return - False on error (invalid ABI name)
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 17 #include "clang/Basic/ABI.h"
224 CGCXXABI &ABI;
388 /// getCXXABI() - Return a reference to the configured C++ ABI.
389 CGCXXABI &getCXXABI() { return ABI; }
763 /// attributes necessary for handling the ABI as well as user
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 364 /// \brief The current C++ ABI.
365 OwningPtr<CXXABI> ABI;
    [all...]

Completed in 29 milliseconds