Home
last modified time | relevance | path

Searched refs:getCompileUnitCPUType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h281 codeview::CPUType getCompileUnitCPUType() { in getCompileUnitCPUType() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1150 getRegisterNames(Reader->getCompileUnitCPUType())); in visitKnownRecord()
1185 getRegisterNames(Reader->getCompileUnitCPUType())); in visitKnownRecord()
1323 codeview::CPUType CPU = Reader->getCompileUnitCPUType(); in visitKnownRecord()
H A DLVCodeViewReader.cpp1210 CPUType CPU = getCompileUnitCPUType(); in getRegisterName()