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

  /external/clang/lib/CodeGen/
CodeGenTypes.h 114 CGCXXABI &getCXXABI() const { return TheCXXABI; }
CodeGenModule.h 379 /// getCXXABI() - Return a reference to the configured C++ ABI.
380 CGCXXABI &getCXXABI() { return ABI; }
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 508 /// getCXXABI - Get the C++ ABI in use.
509 virtual TargetCXXABI getCXXABI() const {

Completed in 19 milliseconds