Home
last modified time | relevance | path

Searched refs:HasCustomCallingConv (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h402 HasCustomCallingConv = 1 << 5, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h435 HasCustomCallingConv = 1 << 5, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h435 HasCustomCallingConv = 1 << 5, enumerator
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp85 CV_ENUM_CLASS_ENT(ProcSymFlags, HasCustomCallingConv),
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp71 CV_ENUM_CLASS_ENT(ProcSymFlags, HasCustomCallingConv),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp63 CV_ENUM_CLASS_ENT(ProcSymFlags, HasCustomCallingConv),
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp162 PUSH_FLAG(ProcSymFlags, HasCustomCallingConv, Flags, "custom calling conv"); in formatProcSymFlags()