Searched refs:GsymCreator (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/ |
H A D | GsymCreator.cpp | 23 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 D | DwarfTransformer.cpp | 66 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 D | CMakeLists.txt | 6 GsymCreator.cpp
|
H A D | ObjectFileTransformer.cpp | 72 GsymCreator &Gsym) { in convert()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | DwarfTransformer.h | 24 class GsymCreator; variable 43 DwarfTransformer(DWARFContext &D, raw_ostream &OS, GsymCreator &G) : in DwarfTransformer() 83 GsymCreator &Gsym;
|
H A D | ObjectFileTransformer.h | 25 class GsymCreator; variable 45 GsymCreator &Gsym);
|
H A D | GsymCreator.h | 134 class GsymCreator { 150 GsymCreator();
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/GSYM/ |
H A D | BUILD.gn | 11 "GsymCreator.cpp",
|
/netbsd-src/external/apache2/llvm/lib/libLLVMDebugInfoGSYM/ |
H A D | Makefile | 12 GsymCreator.cpp \
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-gsymutil/ |
H A D | llvm-gsymutil.cpp | 284 GsymCreator Gsym; in handleObjectFile()
|