Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumper.h33 ObjDelegate(std::move(ObjDelegate)), CompilationCPUType(CPU), in CVSymbolDumper()
46 CPUType getCompilationCPUType() const { return CompilationCPUType; } in getCompilationCPUType()
53 CPUType CompilationCPUType; variable
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp36 : Types(Types), ObjDelegate(ObjDelegate), W(W), CompilationCPUType(CPU), in CVSymbolDumperImpl()
49 CPUType getCompilationCPUType() const { return CompilationCPUType; } in getCompilationCPUType()
62 CPUType CompilationCPUType = CPUType::X64; member in __anone003bcff0111::CVSymbolDumperImpl
243 CompilationCPUType = Compile2.Machine; in visitKnownRecord()
268 CompilationCPUType = Compile3.Machine; in visitKnownRecord()
427 uint16_t(FrameProc.getLocalFramePtrReg(CompilationCPUType)), in visitKnownRecord()
430 uint16_t(FrameProc.getParamFramePtrReg(CompilationCPUType)), in visitKnownRecord()
642 CVSymbolDumperImpl Dumper(Types, ObjDelegate.get(), W, CompilationCPUType, in dump()
649 CompilationCPUType = Dumper.getCompilationCPUType(); in dump()
656 CVSymbolDumperImpl Dumper(Types, ObjDelegate.get(), W, CompilationCPUType, in dump()
[all …]
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp184 CPUType CompilationCPUType = CPUType::X64; member in __anon102ad8080111::COFFDumper
1156 CompilationCPUType, opts::CodeViewSubsectionBytes); in printCodeViewSymbolsSubsection()
1169 CompilationCPUType = CVSD.getCompilationCPUType(); in printCodeViewSymbolsSubsection()