Home
last modified time | relevance | path

Searched defs:formatRegisterId (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp303 static std::string formatRegisterId(RegisterId Id, CPUType Cpu) { in formatRegisterId() function
341 static std::string formatRegisterId(uint16_t Reg16, CPUType Cpu) { in formatRegisterId() function
345 static std::string formatRegisterId(ulittle16_t &Reg16, CPUType Cpu) { in formatRegisterId() function
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp62 std::string LVCodeViewReader::formatRegisterId(RegisterId Register, in formatRegisterId() function in LVCodeViewReader