LLVM 23.0.0git
GsymCreator.cpp File Reference
#include "llvm/DebugInfo/GSYM/GsymCreator.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/DebugInfo/GSYM/FileWriter.h"
#include "llvm/DebugInfo/GSYM/Header.h"
#include "llvm/DebugInfo/GSYM/LineTable.h"
#include "llvm/DebugInfo/GSYM/OutputAggregator.h"
#include "llvm/MC/StringTableBuilder.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <cassert>
#include <functional>
#include <vector>

Go to the source code of this file.

Functions

static bool isSupportedMangledPrefix (StringRef Name)
static bool shouldReplaceWithMangledName (StringRef AlternateName, StringRef CurrentName)

Function Documentation

◆ isSupportedMangledPrefix()

bool isSupportedMangledPrefix ( StringRef Name)
static

Definition at line 28 of file GsymCreator.cpp.

Referenced by shouldReplaceWithMangledName().

◆ shouldReplaceWithMangledName()

bool shouldReplaceWithMangledName ( StringRef AlternateName,
StringRef CurrentName )
static