Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumper.h47 CPUType getCompilationCPUType() const { return CompilationCPUType; } in getCompilationCPUType() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp46 CPUType getCompilationCPUType() const { return CompilationCPUType; } in getCompilationCPUType() function in __anon47516aaa0111::CVSymbolDumperImpl
661 CompilationCPUType = Dumper.getCompilationCPUType(); in dump()
675 CompilationCPUType = Dumper.getCompilationCPUType(); in dump()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1226 CompilationCPUType = CVSD.getCompilationCPUType(); in printCodeViewSymbolsSubsection()