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.h47 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
690 CompilationCPUType = Dumper.getCompilationCPUType();
704 CompilationCPUType = Dumper.getCompilationCPUType();
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1371 CompilationCPUType = CVSD.getCompilationCPUType(); in printCodeViewSymbolsSubsection()