Searched refs:PCType (Results 1 – 2 of 2) sorted by relevance
251 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 …]
75 enum class PCType { enum121 std::optional<PCType> parsePCType(StringRef Str) const;135 uint64_t adjustAddr(uint64_t Addr, PCType Type) const;