mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-15 21:24:00 +00:00
Grammar-o in function name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151875 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1607,7 +1607,7 @@ void DwarfDebug::emitDIE(DIE *Die) {
|
||||
// DW_AT_range Value encodes offset in debug_range section.
|
||||
DIEInteger *V = cast<DIEInteger>(Values[i]);
|
||||
|
||||
if (Asm->MAI->doesDwarfUsesLabelOffsetForRanges()) {
|
||||
if (Asm->MAI->doesDwarfUseLabelOffsetForRanges()) {
|
||||
Asm->EmitLabelPlusOffset(DwarfDebugRangeSectionSym,
|
||||
V->getValue(),
|
||||
4);
|
||||
@ -2100,7 +2100,7 @@ void DwarfDebug::emitDebugMacInfo() {
|
||||
/// __debug_info section, and the low_pc is the starting address for the
|
||||
/// inlining instance.
|
||||
void DwarfDebug::emitDebugInlineInfo() {
|
||||
if (!Asm->MAI->doesDwarfUsesInlineInfoSection())
|
||||
if (!Asm->MAI->doesDwarfUseInlineInfoSection())
|
||||
return;
|
||||
|
||||
if (!FirstCU)
|
||||
|
Reference in New Issue
Block a user