Searched defs:ABI (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Basic/
H A DTargetOptions.h33 /// If given, the name of the target ABI to use.
34 std::string ABI; member in class:clang::TargetOptions
36 /// If given, the name of the target C++ ABI to use. If not given, defaults
H A DTargetInfo.h47 /// The generic ("Itanium") C++ ABI, documented at:
51 /// The ARM C++ ABI, based largely on the Itanium ABI but with
57 /// The Visual Studio ABI. Only scattered official documentation exists.
142 /// __builtin_va_list as defined by the PNaCl ABI:
146 /// __builtin_va_list as defined by the Power ABI:
148 /// /resources/downloads/Power-Arch-32-bit-ABI-supp-1.0-Embedded.pdf
151 /// __builtin_va_list as defined by the x86-64 ABI:
567 /// special section is used (NonFragile ABI).
598 /// \brief Get the ABI currentl
627 TargetCXXABI ABI = llvm::StringSwitch<TargetCXXABI>(Name) local
639 setCXXABI(TargetCXXABI ABI) argument
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsLongBranch.cpp70 ABI(TM.getSubtarget<MipsSubtarget>().getTargetABI()),
71 LongBranchSeqSize(!IsPIC ? 2 : (ABI == MipsSubtarget::N64 ? 13 : 9)) {}
92 unsigned ABI; member in class:__anon8951::MipsLongBranch
265 if (ABI != MipsSubtarget::N64) {
/external/clang/lib/CodeGen/
H A DCodeGenModule.h17 #include "clang/Basic/ABI.h"
225 CGCXXABI &ABI; member in class:clang::CodeGen::CodeGenModule
391 /// getCXXABI() - Return a reference to the configured C++ ABI.
392 CGCXXABI &getCXXABI() { return ABI; }
776 /// attributes necessary for handling the ABI as well as user
/external/clang/include/clang/AST/
H A DASTContext.h373 /// \brief The current C++ ABI.
374 OwningPtr<CXXABI> ABI; member in class:clang::ASTContext
1464 /// \brief Return the ABI-specified alignment of a (complete) type \p T, in
1473 /// \brief Return the ABI-specified alignment of a (complete) type \p T, in
1488 /// This can be different than the ABI alignment in cases where it is
1525 /// The key function is, according to the Itanium C++ ABI section 5.2.3:

Completed in 219 milliseconds