mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 21:35:07 +00:00
Rename for consistency.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190345 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
328a20471d
commit
5747932508
@ -1109,7 +1109,7 @@ void DwarfDebug::endModule() {
|
||||
|
||||
// Emit the pubnames and pubtypes sections if requested.
|
||||
if (HasDwarfPubSections) {
|
||||
emitDebugPubnames();
|
||||
emitDebugPubNames();
|
||||
emitDebugPubTypes();
|
||||
}
|
||||
|
||||
@ -2252,9 +2252,9 @@ void DwarfDebug::emitAccelTypes() {
|
||||
AT.Emit(Asm, SectionBegin, &InfoHolder);
|
||||
}
|
||||
|
||||
/// emitDebugPubnames - Emit visible names into a debug pubnames section.
|
||||
/// emitDebugPubNames - Emit visible names into a debug pubnames section.
|
||||
///
|
||||
void DwarfDebug::emitDebugPubnames() {
|
||||
void DwarfDebug::emitDebugPubNames() {
|
||||
const MCSection *ISec = Asm->getObjFileLowering().getDwarfInfoSection();
|
||||
|
||||
typedef DenseMap<const MDNode*, CompileUnit*> CUMapType;
|
||||
|
@ -527,7 +527,7 @@ private:
|
||||
void emitAccelTypes();
|
||||
|
||||
/// \brief Emit visible names into a debug pubnames section.
|
||||
void emitDebugPubnames();
|
||||
void emitDebugPubNames();
|
||||
|
||||
/// \brief Emit visible types into a debug pubtypes section.
|
||||
void emitDebugPubTypes();
|
||||
|
Loading…
x
Reference in New Issue
Block a user