Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h387 IsReturnValue = 1 << 7, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h410 IsReturnValue = 1 << 7, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h410 IsReturnValue = 1 << 7, enumerator
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp98 CV_ENUM_CLASS_ENT(LocalSymFlags, IsReturnValue),
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp84 CV_ENUM_CLASS_ENT(LocalSymFlags, IsReturnValue),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp76 CV_ENUM_CLASS_ENT(LocalSymFlags, IsReturnValue),
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp41 PUSH_FLAG(LocalSymFlags, IsReturnValue, Flags, "return val"); in formatLocalSymFlags()