Searched refs:GsymCreator (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | GsymCreator.cpp | 24 GsymCreator::GsymCreator(bool Quiet) in GsymCreator() function in GsymCreator 29 uint32_t GsymCreator::insertFile(StringRef Path, llvm::sys::path::Style Style) { in insertFile() 41 uint32_t GsymCreator::insertFileEntry(FileEntry FE) { in insertFileEntry() 51 uint32_t GsymCreator::copyFile(const GsymCreator &SrcGC, uint32_t FileIdx) { in copyFile() 68 llvm::Error GsymCreator::save(StringRef Path, llvm::endianness ByteOrder, in save() 80 llvm::Error GsymCreator::encode(FileWriter &O) const { in encode() 192 llvm::Error GsymCreator::loadCallSitesFromYAML(StringRef YAMLFile) { in loadCallSitesFromYAML() 198 void GsymCreator::prepareMergedFunctions(OutputAggregator &Out) { in prepareMergedFunctions() 241 llvm::Error GsymCreator::finalize(OutputAggregator &Out) { in finalize() 356 uint32_t GsymCreator::copyString(const GsymCreator &SrcGC, uint32_t StrOff) { in copyString() [all …]
|
| H A D | DwarfTransformer.cpp | 67 std::optional<uint32_t> DWARFToGSYMFileIndex(GsymCreator &Gsym, in DWARFToGSYMFileIndex() 132 getQualifiedNameIndex(DWARFDie &Die, uint64_t Language, GsymCreator &Gsym) { in getQualifiedNameIndex() 217 static void parseInlineInfo(GsymCreator &Gsym, OutputAggregator &Out, in parseInlineInfo() 311 DWARFDie Die, GsymCreator &Gsym, in convertFunctionLineTable()
|
| H A D | ObjectFileTransformer.cpp | 71 GsymCreator &Gsym) { in convert()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | GsymCreator.h | 135 class GsymCreator { 219 uint64_t copyFunctionInfo(const GsymCreator &SrcGC, size_t FuncInfoIdx); 231 uint32_t copyString(const GsymCreator &SrcGC, uint32_t StrOff); 247 uint32_t copyFile(const GsymCreator &SrcGC, uint32_t FileIdx); 267 void fixupInlineInfo(const GsymCreator &SrcGC, InlineInfo &II); 296 LLVM_ABI GsymCreator(bool Quiet = false); 489 LLVM_ABI llvm::Expected<std::unique_ptr<GsymCreator>>
|
| H A D | DwarfTransformer.h | 26 class GsymCreator; variable 46 DwarfTransformer(DWARFContext &D, GsymCreator &G, bool LDCS = false) 98 GsymCreator &Gsym;
|
| H A D | CallSiteInfo.h | 29 class GsymCreator; variable 100 CallSiteInfoLoader(GsymCreator &GCreator, std::vector<FunctionInfo> &Funcs) in CallSiteInfoLoader() 135 GsymCreator &GCreator;
|
| H A D | ObjectFileTransformer.h | 23 class GsymCreator; variable 45 GsymCreator &Gsym);
|
| /freebsd/lib/clang/libllvm/ |
| H A D | Makefile | 644 SRCS_MIW+= DebugInfo/GSYM/GsymCreator.cpp
|