Home
last modified time | relevance | path

Searched refs:getRegisterNames (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp328 getRegisterNames(CompilationCPUType)); in visitKnownRecord()
342 getRegisterNames(CompilationCPUType)); in visitKnownRecord()
353 getRegisterNames(CompilationCPUType)); in visitKnownRecord()
407 getRegisterNames(CompilationCPUType)); in visitKnownRecord()
428 getRegisterNames(CompilationCPUType)); in visitKnownRecord()
431 getRegisterNames(CompilationCPUType)); in visitKnownRecord()
510 getRegisterNames(CompilationCPUType)); in visitKnownRecord()
605 getRegisterNames(CompilationCPUType)); in visitKnownRecord()
H A DEnumTables.cpp447 ArrayRef<EnumEntry<uint16_t>> getRegisterNames(CPUType Cpu) { in getRegisterNames() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DEnumTables.h23 ArrayRef<EnumEntry<uint16_t>> getRegisterNames(CPUType Cpu);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.cpp40 llvm::codeview::getRegisterNames(cpu_type); in ResolveLLDBRegisterNum()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp172 RegNames = getRegisterNames(*CpuType); in enumeration()