Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp251 PCType Type = PCType::PreciseCode; in tryPC()
253 std::optional<PCType> ParsedType = parsePCType(Node.Fields[1]); in tryPC()
308 PCType Type = PCType::ReturnAddress; in tryBackTrace()
310 std::optional<PCType> ParsedType = parsePCType(Node.Fields[2]); in tryBackTrace()
638 std::optional<MarkupFilter::PCType>
640 std::optional<MarkupFilter::PCType> Type = in parsePCType()
641 StringSwitch<std::optional<MarkupFilter::PCType>>(Str) in parsePCType()
642 .Case("ra", MarkupFilter::PCType::ReturnAddress) in parsePCType()
643 .Case("pc", MarkupFilter::PCType::PreciseCode) in parsePCType()
742 uint64_t MarkupFilter::adjustAddr(uint64_t Addr, PCType Type) const { in adjustAddr()
[all …]
/openbsd-src/gnu/llvm/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;