summaryrefslogtreecommitdiff
path: root/lib/xray
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xray')
-rw-r--r--lib/xray/xray_AArch64.cpp (renamed from lib/xray/xray_AArch64.cc)2
-rw-r--r--lib/xray/xray_arm.cpp (renamed from lib/xray/xray_arm.cc)2
-rw-r--r--lib/xray/xray_basic_flags.cpp (renamed from lib/xray/xray_basic_flags.cc)2
-rw-r--r--lib/xray/xray_basic_logging.cpp (renamed from lib/xray/xray_basic_logging.cc)2
-rw-r--r--lib/xray/xray_buffer_queue.cpp (renamed from lib/xray/xray_buffer_queue.cc)2
-rw-r--r--lib/xray/xray_fdr_flags.cpp (renamed from lib/xray/xray_fdr_flags.cc)2
-rw-r--r--lib/xray/xray_fdr_logging.cpp (renamed from lib/xray/xray_fdr_logging.cc)2
-rw-r--r--lib/xray/xray_flags.cpp (renamed from lib/xray/xray_flags.cc)2
-rw-r--r--lib/xray/xray_init.cpp (renamed from lib/xray/xray_init.cc)2
-rw-r--r--lib/xray/xray_interface.cpp (renamed from lib/xray/xray_interface.cc)0
-rw-r--r--lib/xray/xray_log_interface.cpp (renamed from lib/xray/xray_log_interface.cc)2
-rw-r--r--lib/xray/xray_mips.cpp (renamed from lib/xray/xray_mips.cc)2
-rw-r--r--lib/xray/xray_mips64.cpp (renamed from lib/xray/xray_mips64.cc)2
-rw-r--r--lib/xray/xray_powerpc64.cpp (renamed from lib/xray/xray_powerpc64.cc)2
-rw-r--r--lib/xray/xray_profile_collector.cpp (renamed from lib/xray/xray_profile_collector.cc)2
-rw-r--r--lib/xray/xray_profiling.cpp (renamed from lib/xray/xray_profiling.cc)2
-rw-r--r--lib/xray/xray_profiling_flags.cpp (renamed from lib/xray/xray_profiling_flags.cc)0
-rw-r--r--lib/xray/xray_trampoline_powerpc64.cpp (renamed from lib/xray/xray_trampoline_powerpc64.cc)0
-rw-r--r--lib/xray/xray_utils.cpp (renamed from lib/xray/xray_utils.cc)2
-rw-r--r--lib/xray/xray_x86_64.cpp (renamed from lib/xray/xray_x86_64.cc)0
20 files changed, 16 insertions, 16 deletions
diff --git a/lib/xray/xray_AArch64.cc b/lib/xray/xray_AArch64.cpp
index 4c7805488ab8..081941b70375 100644
--- a/lib/xray/xray_AArch64.cc
+++ b/lib/xray/xray_AArch64.cpp
@@ -1,4 +1,4 @@
-//===-- xray_AArch64.cc -----------------------------------------*- C++ -*-===//
+//===-- xray_AArch64.cpp ----------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
diff --git a/lib/xray/xray_arm.cc b/lib/xray/xray_arm.cpp
index db26efaa782a..9ad8065eb886 100644
--- a/lib/xray/xray_arm.cc
+++ b/lib/xray/xray_arm.cpp
@@ -1,4 +1,4 @@
-//===-- xray_arm.cc ---------------------------------------------*- C++ -*-===//
+//===-- xray_arm.cpp --------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
diff --git a/lib/xray/xray_basic_flags.cc b/lib/xray/xray_basic_flags.cpp
index 75b674c85656..e0a5e7bb29ee 100644
--- a/lib/xray/xray_basic_flags.cc
+++ b/lib/xray/xray_basic_flags.cpp
@@ -1,4 +1,4 @@
-//===-- xray_basic_flags.cc -------------------------------------*- C++ -*-===//
+//===-- xray_basic_flags.cpp ------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
diff --git a/lib/xray/xray_basic_logging.cc b/lib/xray/xray_basic_logging.cpp
index 553041ce0c31..6e8e93131451 100644
--- a/lib/xray/xray_basic_logging.cc
+++ b/lib/xray/xray_basic_logging.cpp
@@ -1,4 +1,4 @@
-//===-- xray_basic_logging.cc -----------------------------------*- C++ -*-===//
+//===-- xray_basic_logging.cpp ----------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
diff --git a/lib/xray/xray_buffer_queue.cc b/lib/xray/xray_buffer_queue.cpp
index 4cfa717de208..bad91e036cef 100644
--- a/lib/xray/xray_buffer_queue.cc
+++ b/lib/xray/xray_buffer_queue.cpp
@@ -1,4 +1,4 @@
-//===-- xray_buffer_queue.cc -----------------------------------*- C++ -*-===//
+//===-- xray_buffer_queue.cpp ----------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
diff --git a/lib/xray/xray_fdr_flags.cc b/lib/xray/xray_fdr_flags.cpp
index 8d432d298d88..272b0b7cb1f7 100644
--- a/lib/xray/xray_fdr_flags.cc
+++ b/lib/xray/xray_fdr_flags.cpp
@@ -1,4 +1,4 @@
-//===-- xray_fdr_flags.cc ---------------------------------------*- C++ -*-===//
+//===-- xray_fdr_flags.cpp --------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
diff --git a/lib/xray/xray_fdr_logging.cc b/lib/xray/xray_fdr_logging.cpp
index abba06576da1..16ce483502f0 100644
--- a/lib/xray/xray_fdr_logging.cc
+++ b/lib/xray/xray_fdr_logging.cpp
@@ -1,4 +1,4 @@
-//===-- xray_fdr_logging.cc ------------------------------------*- C++ -*-===//
+//===-- xray_fdr_logging.cpp -----------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
diff --git a/lib/xray/xray_flags.cc b/lib/xray/xray_flags.cpp
index b9e8324a7874..e4c6906dc443 100644
--- a/lib/xray/xray_flags.cc
+++ b/lib/xray/xray_flags.cpp
@@ -1,4 +1,4 @@
-//===-- xray_flags.cc -------------------------------------------*- C++ -*-===//
+//===-- xray_flags.cpp ------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
diff --git a/lib/xray/xray_init.cc b/lib/xray/xray_init.cpp
index b79bc08c5f4d..408396477975 100644
--- a/lib/xray/xray_init.cc
+++ b/lib/xray/xray_init.cpp
@@ -1,4 +1,4 @@
-//===-- xray_init.cc --------------------------------------------*- C++ -*-===//
+//===-- xray_init.cpp -------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
diff --git a/lib/xray/xray_interface.cc b/lib/xray/xray_interface.cpp
index 0d22893eb30f..0d22893eb30f 100644
--- a/lib/xray/xray_interface.cc
+++ b/lib/xray/xray_interface.cpp
diff --git a/lib/xray/xray_log_interface.cc b/lib/xray/xray_log_interface.cpp
index 7916a9e2b8ad..fc70373f9dac 100644
--- a/lib/xray/xray_log_interface.cc
+++ b/lib/xray/xray_log_interface.cpp
@@ -1,4 +1,4 @@
-//===-- xray_log_interface.cc ---------------------------------------------===//
+//===-- xray_log_interface.cpp --------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
diff --git a/lib/xray/xray_mips.cc b/lib/xray/xray_mips.cpp
index 80990ab8d639..26fc50374471 100644
--- a/lib/xray/xray_mips.cc
+++ b/lib/xray/xray_mips.cpp
@@ -1,4 +1,4 @@
-//===-- xray_mips.cc --------------------------------------------*- C++ -*-===//
+//===-- xray_mips.cpp -------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
diff --git a/lib/xray/xray_mips64.cc b/lib/xray/xray_mips64.cpp
index 73c8924f9a0b..62c67ff7376d 100644
--- a/lib/xray/xray_mips64.cc
+++ b/lib/xray/xray_mips64.cpp
@@ -1,4 +1,4 @@
-//===-- xray_mips64.cc ------------------------------------------*- C++ -*-===//
+//===-- xray_mips64.cpp -----------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
diff --git a/lib/xray/xray_powerpc64.cc b/lib/xray/xray_powerpc64.cpp
index abc2becf5b4d..b41f1bce6f21 100644
--- a/lib/xray/xray_powerpc64.cc
+++ b/lib/xray/xray_powerpc64.cpp
@@ -1,4 +1,4 @@
-//===-- xray_powerpc64.cc ---------------------------------------*- C++ -*-===//
+//===-- xray_powerpc64.cpp --------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
diff --git a/lib/xray/xray_profile_collector.cc b/lib/xray/xray_profile_collector.cpp
index 97b52e1d9a22..bef2504f2a16 100644
--- a/lib/xray/xray_profile_collector.cc
+++ b/lib/xray/xray_profile_collector.cpp
@@ -1,4 +1,4 @@
-//===-- xray_profile_collector.cc ------------------------------*- C++ -*-===//
+//===-- xray_profile_collector.cpp -----------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
diff --git a/lib/xray/xray_profiling.cc b/lib/xray/xray_profiling.cpp
index 66def6cf2485..ef16691562cc 100644
--- a/lib/xray/xray_profiling.cc
+++ b/lib/xray/xray_profiling.cpp
@@ -1,4 +1,4 @@
-//===-- xray_profiling.cc ---------------------------------------*- C++ -*-===//
+//===-- xray_profiling.cpp --------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
diff --git a/lib/xray/xray_profiling_flags.cc b/lib/xray/xray_profiling_flags.cpp
index 0e89b7420f8c..0e89b7420f8c 100644
--- a/lib/xray/xray_profiling_flags.cc
+++ b/lib/xray/xray_profiling_flags.cpp
diff --git a/lib/xray/xray_trampoline_powerpc64.cc b/lib/xray/xray_trampoline_powerpc64.cpp
index 878c46930fee..878c46930fee 100644
--- a/lib/xray/xray_trampoline_powerpc64.cc
+++ b/lib/xray/xray_trampoline_powerpc64.cpp
diff --git a/lib/xray/xray_utils.cc b/lib/xray/xray_utils.cpp
index 82674baa5a0c..1036d17a7725 100644
--- a/lib/xray/xray_utils.cc
+++ b/lib/xray/xray_utils.cpp
@@ -1,4 +1,4 @@
-//===-- xray_utils.cc -------------------------------------------*- C++ -*-===//
+//===-- xray_utils.cpp ------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
diff --git a/lib/xray/xray_x86_64.cc b/lib/xray/xray_x86_64.cpp
index e63ee1b3bd02..e63ee1b3bd02 100644
--- a/lib/xray/xray_x86_64.cc
+++ b/lib/xray/xray_x86_64.cpp