Lines Matching refs:GsymReader
26 GsymReader::GsymReader(std::unique_ptr<MemoryBuffer> Buffer) in GsymReader() function in GsymReader
29 GsymReader::GsymReader(GsymReader &&RHS) = default;
31 GsymReader::~GsymReader() = default;
33 llvm::Expected<GsymReader> GsymReader::openFile(StringRef Filename) { in openFile()
43 llvm::Expected<GsymReader> GsymReader::copyBuffer(StringRef Bytes) { in copyBuffer()
48 llvm::Expected<llvm::gsym::GsymReader>
49 GsymReader::create(std::unique_ptr<MemoryBuffer> &MemBuffer) { in create()
53 GsymReader GR(std::move(MemBuffer)); in create()
61 GsymReader::parse() { in parse()
200 const Header &GsymReader::getHeader() const { in getHeader()
208 std::optional<uint64_t> GsymReader::getAddress(size_t Index) const { in getAddress()
218 std::optional<uint64_t> GsymReader::getAddressInfoOffset(size_t Index) const { in getAddressInfoOffset()
226 GsymReader::getAddressIndex(const uint64_t Addr) const { in getAddressIndex()
257 GsymReader::getFunctionInfoDataForAddress(uint64_t Addr, in getFunctionInfoDataForAddress()
300 GsymReader::getFunctionInfoDataAtIndex(uint64_t AddrIdx, in getFunctionInfoDataAtIndex()
321 llvm::Expected<FunctionInfo> GsymReader::getFunctionInfo(uint64_t Addr) const { in getFunctionInfo()
330 GsymReader::getFunctionInfoAtIndex(uint64_t Idx) const { in getFunctionInfoAtIndex()
338 llvm::Expected<LookupResult> GsymReader::lookup(uint64_t Addr) const { in lookup()
346 void GsymReader::dump(raw_ostream &OS) { in dump()
401 void GsymReader::dump(raw_ostream &OS, const FunctionInfo &FI) { in dump()
409 void GsymReader::dump(raw_ostream &OS, const LineTable <) { in dump()
419 void GsymReader::dump(raw_ostream &OS, const InlineInfo &II, uint32_t Indent) { in dump()
437 void GsymReader::dump(raw_ostream &OS, std::optional<FileEntry> FE) { in dump()