Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumper.h47 CPUType getCompilationCPUType() const { return CompilationCPUType; } in getCompilationCPUType() function
/src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp46 CPUType getCompilationCPUType() const { return CompilationCPUType; } in getCompilationCPUType() function in __anon8caa036f0111::CVSymbolDumperImpl
690 CompilationCPUType = Dumper.getCompilationCPUType(); in dump()
704 CompilationCPUType = Dumper.getCompilationCPUType(); in dump()
/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1371 CompilationCPUType = CVSD.getCompilationCPUType(); in printCodeViewSymbolsSubsection()