diff options
author | Shengchen Kan <shengchen.kan@intel.com> | 2020-04-20 19:28:13 -0700 |
---|---|---|
committer | Shengchen Kan <shengchen.kan@intel.com> | 2020-04-20 20:09:20 -0700 |
commit | c031378ce01b8485ba0ef486654bc9393c4ac024 (patch) | |
tree | 414cb5b24bed676647dfafcfa2ef0a7a8751c3ab /llvm/lib/MC/MCCodeView.cpp | |
parent | 8bb059ab6379a7830620b9e240b817c070b35034 (diff) | |
download | llvm-c031378ce01b8485ba0ef486654bc9393c4ac024.zip llvm-c031378ce01b8485ba0ef486654bc9393c4ac024.tar.gz llvm-c031378ce01b8485ba0ef486654bc9393c4ac024.tar.bz2 |
[MC][NFC] Use camelCase style for functions in MCObjectStreamer
Diffstat (limited to 'llvm/lib/MC/MCCodeView.cpp')
-rw-r--r-- | llvm/lib/MC/MCCodeView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCCodeView.cpp b/llvm/lib/MC/MCCodeView.cpp index 8dda75e..7849196 100644 --- a/llvm/lib/MC/MCCodeView.cpp +++ b/llvm/lib/MC/MCCodeView.cpp @@ -358,7 +358,7 @@ void CodeViewContext::emitLineTableForFunction(MCObjectStreamer &OS, Twine(getStringTableFragment() ->getContents()[Files[CurFileNum - 1].StringTableOffset]) + "' begins"); - OS.EmitCVFileChecksumOffsetDirective(CurFileNum); + OS.emitCVFileChecksumOffsetDirective(CurFileNum); OS.emitInt32(EntryCount); uint32_t SegmentSize = 12; SegmentSize += 8 * EntryCount; |