Searched refs:PCType (Results 1 – 2 of 2) sorted by relevance
251 PCType Type = PCType::PreciseCode; in tryPC()253 Optional<PCType> ParsedType = parsePCType(Node.Fields[1]); in tryPC()308 PCType Type = PCType::ReturnAddress; in tryBackTrace()310 Optional<PCType> ParsedType = parsePCType(Node.Fields[2]); in tryBackTrace()636 Optional<MarkupFilter::PCType> MarkupFilter::parsePCType(StringRef Str) const { in parsePCType()637 Optional<MarkupFilter::PCType> Type = in parsePCType()638 StringSwitch<Optional<MarkupFilter::PCType>>(Str) in parsePCType()639 .Case("ra", MarkupFilter::PCType::ReturnAddress) in parsePCType()640 .Case("pc", MarkupFilter::PCType::PreciseCode) in parsePCType()739 uint64_t MarkupFilter::adjustAddr(uint64_t Addr, PCType Type) const { in adjustAddr()[all …]
75 enum class PCType { enum121 Optional<PCType> parsePCType(StringRef Str) const;135 uint64_t adjustAddr(uint64_t Addr, PCType Type) const;