Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp246 PCType Type = PCType::PreciseCode; in tryPC()
248 std::optional<PCType> ParsedType = parsePCType(Node.Fields[1]); in tryPC()
302 PCType Type = PCType::ReturnAddress; in tryBackTrace()
304 std::optional<PCType> ParsedType = parsePCType(Node.Fields[2]); in tryBackTrace()
625 std::optional<MarkupFilter::PCType>
627 std::optional<MarkupFilter::PCType> Type = in parsePCType()
628 StringSwitch<std::optional<MarkupFilter::PCType>>(Str) in parsePCType()
629 .Case("ra", MarkupFilter::PCType::ReturnAddress) in parsePCType()
630 .Case("pc", MarkupFilter::PCType::PreciseCode) in parsePCType()
731 uint64_t MarkupFilter::adjustAddr(uint64_t Addr, PCType Type) const { in adjustAddr()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h75 enum class PCType { enum
121 std::optional<PCType> parsePCType(StringRef Str) const;
135 uint64_t adjustAddr(uint64_t Addr, PCType Type) const;