Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp249 PCType Type = PCType::PreciseCode; in tryPC()
251 std::optional<PCType> ParsedType = parsePCType(Node.Fields[1]); in tryPC()
305 PCType Type = PCType::ReturnAddress; in tryBackTrace()
307 std::optional<PCType> ParsedType = parsePCType(Node.Fields[2]); in tryBackTrace()
628 std::optional<MarkupFilter::PCType>
630 std::optional<MarkupFilter::PCType> Type = in parsePCType()
631 StringSwitch<std::optional<MarkupFilter::PCType>>(Str) in parsePCType()
632 .Case("ra", MarkupFilter::PCType::ReturnAddress) in parsePCType()
633 .Case("pc", MarkupFilter::PCType::PreciseCode) in parsePCType()
734 uint64_t MarkupFilter::adjustAddr(uint64_t Addr, PCType Type) const { in adjustAddr()
[all …]
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h74 enum class PCType { enum
120 std::optional<PCType> parsePCType(StringRef Str) const;
134 uint64_t adjustAddr(uint64_t Addr, PCType Type) const;