Home
last modified time | relevance | path

Searched refs:NearSysCall (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h173 NearSysCall = 0x09, // near sys call enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h182 NearSysCall = 0x09, // near sys call enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp57 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearSysCall, "syscall", OS) in operator <<()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp57 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearSysCall, "syscall", OS) in operator <<()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp120 ENUM_ENTRY(CallingConvention, NearSysCall),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp95 RETURN_CASE(CallingConvention, NearSysCall, "near syscall"); in formatCallingConvention()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp166 ENUM_ENTRY(CallingConvention, NearSysCall),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp242 IO.enumCase(Value, "NearSysCall", CallingConvention::NearSysCall); in enumeration()