|
LLVM 23.0.0git
|
#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) |
Definition at line 28 of file GsymCreator.cpp.
Referenced by shouldReplaceWithMangledName().
Definition at line 33 of file GsymCreator.cpp.
References llvm::StringRef::contains(), llvm::StringRef::empty(), isSupportedMangledPrefix(), and llvm::StringRef::size().
Referenced by llvm::gsym::GsymCreator::finalize().