Home
last modified time | relevance | path

Searched refs:GsymCreator (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp23 GsymCreator::GsymCreator() : StrTab(StringTableBuilder::ELF) { in GsymCreator() function in GsymCreator
27 uint32_t GsymCreator::insertFile(StringRef Path, llvm::sys::path::Style Style) { in insertFile()
47 llvm::Error GsymCreator::save(StringRef Path, in save()
57 llvm::Error GsymCreator::encode(FileWriter &O) const { in encode()
190 llvm::Error GsymCreator::finalize(llvm::raw_ostream &OS) { in finalize()
293 uint32_t GsymCreator::insertString(StringRef S, bool Copy) { in insertString()
314 void GsymCreator::addFunctionInfo(FunctionInfo &&FI) { in addFunctionInfo()
320 void GsymCreator::forEachFunctionInfo( in forEachFunctionInfo()
329 void GsymCreator::forEachFunctionInfo( in forEachFunctionInfo()
338 size_t GsymCreator::getNumFunctionInfos() const { in getNumFunctionInfos()
[all …]
H A DDwarfTransformer.cpp66 uint32_t DWARFToGSYMFileIndex(GsymCreator &Gsym, uint32_t DwarfFileIdx) { in DWARFToGSYMFileIndex()
132 GsymCreator &Gsym) { in getQualifiedNameIndex()
207 static void parseInlineInfo(GsymCreator &Gsym, CUInfo &CUI, DWARFDie Die, in parseInlineInfo()
250 DWARFDie Die, GsymCreator &Gsym, in convertFunctionLineTable()
H A DCMakeLists.txt6 GsymCreator.cpp
H A DObjectFileTransformer.cpp72 GsymCreator &Gsym) { in convert()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DDwarfTransformer.h24 class GsymCreator; variable
43 DwarfTransformer(DWARFContext &D, raw_ostream &OS, GsymCreator &G) : in DwarfTransformer()
83 GsymCreator &Gsym;
H A DObjectFileTransformer.h25 class GsymCreator; variable
45 GsymCreator &Gsym);
H A DGsymCreator.h134 class GsymCreator {
150 GsymCreator();
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/GSYM/
H A DBUILD.gn11 "GsymCreator.cpp",
/netbsd-src/external/apache2/llvm/lib/libLLVMDebugInfoGSYM/
H A DMakefile12 GsymCreator.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp284 GsymCreator Gsym; in handleObjectFile()