Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h403 IsNoInline = 1 << 6, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h436 IsNoInline = 1 << 6, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h436 IsNoInline = 1 << 6, enumerator
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp86 CV_ENUM_CLASS_ENT(ProcSymFlags, IsNoInline),
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp72 CV_ENUM_CLASS_ENT(ProcSymFlags, IsNoInline),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp64 CV_ENUM_CLASS_ENT(ProcSymFlags, IsNoInline),
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp163 PUSH_FLAG(ProcSymFlags, IsNoInline, Flags, "noinline"); in formatProcSymFlags()