Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp33 : Types(Types), ObjDelegate(ObjDelegate), W(W), CompilationCPUType(CPU), in CVSymbolDumperImpl()
46 CPUType getCompilationCPUType() const { return CompilationCPUType; } in getCompilationCPUType()
59 CPUType CompilationCPUType = CPUType::X64; member in __anon8caa036f0111::CVSymbolDumperImpl
240 CompilationCPUType = Compile2.Machine; in visitKnownRecord()
265 CompilationCPUType = Compile3.Machine; in visitKnownRecord()
326 getRegisterNames(CompilationCPUType)); in visitKnownRecord()
340 getRegisterNames(CompilationCPUType)); in visitKnownRecord()
351 getRegisterNames(CompilationCPUType)); in visitKnownRecord()
405 getRegisterNames(CompilationCPUType)); in visitKnownRecord()
425 uint16_t(FrameProc.getLocalFramePtrReg(CompilationCPUType)), in visitKnownRecord()
[all …]
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumper.h34 ObjDelegate(std::move(ObjDelegate)), CompilationCPUType(CPU), in CVSymbolDumper()
47 CPUType getCompilationCPUType() const { return CompilationCPUType; } in getCompilationCPUType()
54 CPUType CompilationCPUType; variable
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h414 codeview::CPUType CompilationCPUType = codeview::CPUType::X64; variable
543 void setCPUType(codeview::CPUType Type) { CompilationCPUType = Type; } in setCPUType()
544 codeview::CPUType getCPUType() { return CompilationCPUType; } in getCPUType()
/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp194 CPUType CompilationCPUType = CPUType::X64; member in __anon4cf90a780111::COFFDumper
1359 CompilationCPUType, opts::CodeViewSubsectionBytes); in printCodeViewSymbolsSubsection()
1371 CompilationCPUType = CVSD.getCompilationCPUType(); in printCodeViewSymbolsSubsection()