Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumper.h46 CPUType getCompilationCPUType() const { return CompilationCPUType; } in getCompilationCPUType() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp49 CPUType getCompilationCPUType() const { return CompilationCPUType; } in getCompilationCPUType() function in __anone003bcff0111::CVSymbolDumperImpl
649 CompilationCPUType = Dumper.getCompilationCPUType(); in dump()
663 CompilationCPUType = Dumper.getCompilationCPUType(); in dump()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1169 CompilationCPUType = CVSD.getCompilationCPUType(); in printCodeViewSymbolsSubsection()