Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp24 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::finalize(OutputAggregator &Out) { in finalize()
306 uint32_t GsymCreator::copyString(const GsymCreator &SrcGC, uint32_t StrOff) { in copyString()
313 uint32_t GsymCreator::insertString(StringRef S, bool Copy) { in insertString()
340 void GsymCreator::addFunctionInfo(FunctionInfo &&FI) { in addFunctionInfo()
[all …]
H A DDwarfTransformer.cpp70 std::optional<uint32_t> DWARFToGSYMFileIndex(GsymCreator &Gsym, in DWARFToGSYMFileIndex()
135 getQualifiedNameIndex(DWARFDie &Die, uint64_t Language, GsymCreator &Gsym) { in getQualifiedNameIndex()
220 static void parseInlineInfo(GsymCreator &Gsym, OutputAggregator &Out, in parseInlineInfo()
314 DWARFDie Die, GsymCreator &Gsym, in convertFunctionLineTable()
H A DObjectFileTransformer.cpp73 GsymCreator &Gsym) { in convert()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h134 class GsymCreator {
218 uint64_t copyFunctionInfo(const GsymCreator &SrcGC, size_t FuncInfoIdx);
230 uint32_t copyString(const GsymCreator &SrcGC, uint32_t StrOff);
246 uint32_t copyFile(const GsymCreator &SrcGC, uint32_t FileIdx);
266 void fixupInlineInfo(const GsymCreator &SrcGC, InlineInfo &II);
295 GsymCreator(bool Quiet = false);
459 llvm::Expected<std::unique_ptr<GsymCreator>>
H A DDwarfTransformer.h24 class GsymCreator; variable
42 DwarfTransformer(DWARFContext &D, GsymCreator &G) : DICtx(D), Gsym(G) {} in DwarfTransformer()
86 GsymCreator &Gsym;
H A DObjectFileTransformer.h22 class GsymCreator; variable
43 OutputAggregator &Output, GsymCreator &Gsym);