Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h387 IsReturnValue = 1 << 7, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h403 IsReturnValue = 1 << 7, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp67 CV_ENUM_CLASS_ENT(LocalSymFlags, IsReturnValue),
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp98 CV_ENUM_CLASS_ENT(LocalSymFlags, IsReturnValue),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp42 PUSH_FLAG(LocalSymFlags, IsReturnValue, Flags, "return val"); in formatLocalSymFlags()