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