Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumper.h48 CPUType getCompilationCPUType() const { return CompilationCPUType; } in getCompilationCPUType() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp46 CPUType getCompilationCPUType() const { return CompilationCPUType; } in getCompilationCPUType() function in __anonfa45b97a0111::CVSymbolDumperImpl
697 CompilationCPUType = Dumper.getCompilationCPUType(); in dump()
711 CompilationCPUType = Dumper.getCompilationCPUType(); in dump()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1417 CompilationCPUType = CVSD.getCompilationCPUType(); in printCodeViewSymbolsSubsection()