forked from OSchip/llvm-project
Revert "Move inlined cxa_demangle.cpp to a separate file."
This reverts commit 8cb47a2140f3e93a34597fc9f11c8cd96130076d. llvm-svn: 238497
This commit is contained in:
parent
fd6c7ad3ce
commit
b6762734f0
|
@ -1,21 +0,0 @@
|
||||||
//===-- CxaDemangle.h -------------------------------------------*- C++ -*-===//
|
|
||||||
//
|
|
||||||
// The LLVM Compiler Infrastructure
|
|
||||||
//
|
|
||||||
// This file is distributed under the University of Illinois Open Source
|
|
||||||
// License. See LICENSE.TXT for details.
|
|
||||||
//
|
|
||||||
//===----------------------------------------------------------------------===//
|
|
||||||
|
|
||||||
#ifndef liblldb_CxaDemangle_h_
|
|
||||||
#define liblldb_CxaDemangle_h_
|
|
||||||
|
|
||||||
namespace lldb_private
|
|
||||||
{
|
|
||||||
|
|
||||||
char*
|
|
||||||
__cxa_demangle(const char* mangled_name, char* buf, size_t* n, int* status);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
|
|
@ -1,24 +0,0 @@
|
||||||
//===-- FastDemangle.h ------------------------------------------*- C++ -*-===//
|
|
||||||
//
|
|
||||||
// The LLVM Compiler Infrastructure
|
|
||||||
//
|
|
||||||
// This file is distributed under the University of Illinois Open Source
|
|
||||||
// License. See LICENSE.TXT for details.
|
|
||||||
//
|
|
||||||
//===----------------------------------------------------------------------===//
|
|
||||||
|
|
||||||
#ifndef liblldb_FastDemangle_h_
|
|
||||||
#define liblldb_FastDemangle_h_
|
|
||||||
|
|
||||||
namespace lldb_private
|
|
||||||
{
|
|
||||||
|
|
||||||
char *
|
|
||||||
FastDemangle(const char *mangled_name);
|
|
||||||
|
|
||||||
char *
|
|
||||||
FastDemangle(const char *mangled_name, long mangled_name_length);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
|
|
@ -14,7 +14,6 @@ add_lldb_library(lldbCore
|
||||||
ConnectionMachPort.cpp
|
ConnectionMachPort.cpp
|
||||||
ConnectionSharedMemory.cpp
|
ConnectionSharedMemory.cpp
|
||||||
ConstString.cpp
|
ConstString.cpp
|
||||||
CxaDemangle.cpp
|
|
||||||
DataBufferHeap.cpp
|
DataBufferHeap.cpp
|
||||||
DataBufferMemoryMap.cpp
|
DataBufferMemoryMap.cpp
|
||||||
DataEncoder.cpp
|
DataEncoder.cpp
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue