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 45 /// The generic ("Itanium") C++ ABI, documented at:
46 /// http://www.codesourcery.com/public/cxx-abi/
49 /// The ARM C++ ABI, based largely on the Itanium ABI but with
55 /// The Visual Studio ABI. Only scattered official documentation exists.
432 /// NSString literals, or 0 if no special section is used (NonFragile ABI).
463 /// getABI - Get the ABI in use.
468 /// getCXXABI - Get the C++ ABI in use.
482 /// setABI - Use the specific ABI.
484 /// \return - False on error (invalid ABI name)
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 17 #include "clang/Basic/ABI.h"
216 CGCXXABI &ABI;
343 /// getCXXABI() - Return a reference to the configured C++ ABI.
344 CGCXXABI &getCXXABI() { return ABI; }
654 /// attributes necessary for handling the ABI as well as user
  /external/clang/include/clang/AST/
ASTContext.h 316 /// \brief The current C++ ABI.
317 llvm::OwningPtr<CXXABI> ABI;
    [all...]

Completed in 877 milliseconds