File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
//
8
8
// This file implements the "Auxiliary Runtime APIs"
9
- // http ://mentorembedded .github.io/cxx-abi/abi-eh.html#cxx-aux
9
+ // https ://itanium-cxx-abi .github.io/cxx-abi/abi-eh.html#cxx-aux
10
10
// ===----------------------------------------------------------------------===//
11
11
12
12
#include " cxxabi.h"
Original file line number Diff line number Diff line change 6
6
//
7
7
//
8
8
// This file implements the "Exception Handling APIs"
9
- // http ://mentorembedded .github.io/cxx-abi/abi-eh.html
9
+ // https ://itanium-cxx-abi .github.io/cxx-abi/abi-eh.html
10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
12
Original file line number Diff line number Diff line change 6
6
//
7
7
//
8
8
// This file implements the "Exception Handling APIs"
9
- // http ://mentorembedded .github.io/cxx-abi/abi-eh.html
9
+ // https ://itanium-cxx-abi .github.io/cxx-abi/abi-eh.html
10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
12
Original file line number Diff line number Diff line change 6
6
//
7
7
//
8
8
// This file implements the storage for the "Caught Exception Stack"
9
- // http ://mentorembedded .github.io/cxx-abi/abi-eh.html (section 2.2.2)
9
+ // https ://itanium-cxx-abi .github.io/cxx-abi/abi-eh.html#cxx-exc-stack
10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
12
Original file line number Diff line number Diff line change 6
6
//
7
7
//
8
8
// This file implements the "Exception Handling APIs"
9
- // http ://mentorembedded .github.io/cxx-abi/abi-eh.html
9
+ // https ://itanium-cxx-abi .github.io/cxx-abi/abi-eh.html
10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
12
Original file line number Diff line number Diff line change 6
6
//
7
7
//
8
8
// This file implements the "Exception Handling APIs"
9
- // http ://mentorembedded .github.io/cxx-abi/abi-eh.html
9
+ // https ://itanium-cxx-abi .github.io/cxx-abi/abi-eh.html
10
10
// http://www.intel.com/design/itanium/downloads/245358.htm
11
11
//
12
12
// ===----------------------------------------------------------------------===//
Original file line number Diff line number Diff line change 6
6
//
7
7
//
8
8
// This file implements the "Array Construction and Destruction APIs"
9
- // http ://mentorembedded .github.io/cxx-abi/abi.html#array-ctor
9
+ // https ://itanium-cxx-abi .github.io/cxx-abi/abi.html#array-ctor
10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
12
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // http ://mentorembedded .github.io/cxx-abi/abi.html#rtti-layout
8
+ // https ://itanium-cxx-abi .github.io/cxx-abi/abi.html#rtti-layout
9
9
10
10
// Two abi::__pbase_type_info objects can always be compared for equality
11
11
// (i.e. of the types represented) or ordering by comparison of their name
Original file line number Diff line number Diff line change 6
6
//
7
7
//
8
8
// C++ ABI Level 1 ABI documented at:
9
- // http ://mentorembedded .github.io/cxx-abi/abi-eh.html
9
+ // https ://itanium-cxx-abi .github.io/cxx-abi/abi-eh.html
10
10
//
11
11
//===----------------------------------------------------------------------===//
12
12
Original file line number Diff line number Diff line change 6
6
//
7
7
//
8
8
// Implements C++ ABI Exception Handling Level 1 as documented at:
9
- // http ://mentorembedded .github.io/cxx-abi/abi-eh.html
9
+ // https ://itanium-cxx-abi .github.io/cxx-abi/abi-eh.html
10
10
// using libunwind
11
11
//
12
12
//===----------------------------------------------------------------------===//
You can’t perform that action at this time.
0 commit comments