Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumper.h45 CPUType getCompilationCPUType() const { return CompilationCPUType; } in getCompilationCPUType() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp48 CPUType getCompilationCPUType() const { return CompilationCPUType; } in getCompilationCPUType() function in __anon5299c4ae0111::CVSymbolDumperImpl
663 CompilationCPUType = Dumper.getCompilationCPUType(); in dump()
677 CompilationCPUType = Dumper.getCompilationCPUType(); in dump()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1222 CompilationCPUType = CVSD.getCompilationCPUType(); in printCodeViewSymbolsSubsection()