Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumper.h45 CPUType getCompilationCPUType() const { return CompilationCPUType; } in getCompilationCPUType() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp48 CPUType getCompilationCPUType() const { return CompilationCPUType; } in getCompilationCPUType() function in __anon56f40a650111::CVSymbolDumperImpl
663 CompilationCPUType = Dumper.getCompilationCPUType(); in dump()
677 CompilationCPUType = Dumper.getCompilationCPUType(); in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1222 CompilationCPUType = CVSD.getCompilationCPUType(); in printCodeViewSymbolsSubsection()