Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp35 : Types(Types), ObjDelegate(ObjDelegate), W(W), CompilationCPUType(CPU), in CVSymbolDumperImpl()
48 CPUType getCompilationCPUType() const { return CompilationCPUType; } in getCompilationCPUType()
61 CPUType CompilationCPUType = CPUType::X64; member in __anon56f40a650111::CVSymbolDumperImpl
242 CompilationCPUType = Compile2.Machine; in visitKnownRecord()
267 CompilationCPUType = Compile3.Machine; in visitKnownRecord()
328 getRegisterNames(CompilationCPUType)); in visitKnownRecord()
342 getRegisterNames(CompilationCPUType)); in visitKnownRecord()
353 getRegisterNames(CompilationCPUType)); in visitKnownRecord()
407 getRegisterNames(CompilationCPUType)); in visitKnownRecord()
427 uint16_t(FrameProc.getLocalFramePtrReg(CompilationCPUType)), in visitKnownRecord()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumper.h32 ObjDelegate(std::move(ObjDelegate)), CompilationCPUType(CPU), in CVSymbolDumper()
45 CPUType getCompilationCPUType() const { return CompilationCPUType; } in getCompilationCPUType()
52 CPUType CompilationCPUType; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp192 CPUType CompilationCPUType = CPUType::X64; member in __anon685e90ee0111::COFFDumper
1210 CompilationCPUType, opts::CodeViewSubsectionBytes); in printCodeViewSymbolsSubsection()
1222 CompilationCPUType = CVSD.getCompilationCPUType(); in printCodeViewSymbolsSubsection()