Home
last modified time | relevance | path

Searched refs:PCType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp251 PCType Type = PCType::PreciseCode; in tryPC()
253 Optional<PCType> ParsedType = parsePCType(Node.Fields[1]); in tryPC()
308 PCType Type = PCType::ReturnAddress; in tryBackTrace()
310 Optional<PCType> ParsedType = parsePCType(Node.Fields[2]); in tryBackTrace()
636 Optional<MarkupFilter::PCType> MarkupFilter::parsePCType(StringRef Str) const { in parsePCType()
637 Optional<MarkupFilter::PCType> Type = in parsePCType()
638 StringSwitch<Optional<MarkupFilter::PCType>>(Str) in parsePCType()
639 .Case("ra", MarkupFilter::PCType::ReturnAddress) in parsePCType()
640 .Case("pc", MarkupFilter::PCType::PreciseCode) in parsePCType()
739 uint64_t MarkupFilter::adjustAddr(uint64_t Addr, PCType Type) const { in adjustAddr()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h75 enum class PCType { enum
121 Optional<PCType> parsePCType(StringRef Str) const;
135 uint64_t adjustAddr(uint64_t Addr, PCType Type) const;