mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-27 22:55:15 +00:00
More formatting...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207050 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c8bd54be97
commit
b8ebb28c65
@ -261,7 +261,8 @@ static bool SectionSort(const MCSection *A, const MCSection *B) {
|
||||
// TODO: Determine whether or not we should add names for programs
|
||||
// that do not have a DW_AT_name or DW_AT_linkage_name field - this
|
||||
// is only slightly different than the lookup of non-standard ObjC names.
|
||||
void DwarfDebug::addSubprogramNames(DwarfUnit &TheU, DISubprogram SP, DIE *Die) {
|
||||
void DwarfDebug::addSubprogramNames(DwarfUnit &TheU, DISubprogram SP,
|
||||
DIE *Die) {
|
||||
if (!SP.isDefinition())
|
||||
return;
|
||||
addAccelName(SP.getName(), Die);
|
||||
|
Loading…
Reference in New Issue
Block a user