HomeSort by: relevance | last modified time | path
    Searched refs:CompilationCPUType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
SymbolDumper.h 32 ObjDelegate(std::move(ObjDelegate)), CompilationCPUType(CPU),
45 CPUType getCompilationCPUType() const { return CompilationCPUType; }
52 CPUType CompilationCPUType;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 35 : Types(Types), ObjDelegate(ObjDelegate), W(W), CompilationCPUType(CPU),
48 CPUType getCompilationCPUType() const { return CompilationCPUType; }
61 CPUType CompilationCPUType = CPUType::X64;
242 CompilationCPUType = Compile2.Machine;
267 CompilationCPUType = Compile3.Machine;
328 getRegisterNames(CompilationCPUType));
342 getRegisterNames(CompilationCPUType));
353 getRegisterNames(CompilationCPUType));
407 getRegisterNames(CompilationCPUType));
427 uint16_t(FrameProc.getLocalFramePtrReg(CompilationCPUType)),
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp 192 CPUType CompilationCPUType = CPUType::X64;
1210 CompilationCPUType, opts::CodeViewSubsectionBytes);
1222 CompilationCPUType = CVSD.getCompilationCPUType();

Completed in 18 milliseconds