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.h254 codeview::CPUType getCompileUnitCPUType() { in getCompileUnitCPUType() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1157 getRegisterNames(Reader->getCompileUnitCPUType())); in visitKnownRecord()
1192 getRegisterNames(Reader->getCompileUnitCPUType())); in visitKnownRecord()
1330 codeview::CPUType CPU = Reader->getCompileUnitCPUType(); in visitKnownRecord()
H A DLVCodeViewReader.cpp1216 CPUType CPU = getCompileUnitCPUType(); in getRegisterName()