Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h403 IsNoInline = 1 << 6, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h429 IsNoInline = 1 << 6, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp55 CV_ENUM_CLASS_ENT(ProcSymFlags, IsNoInline),
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp86 CV_ENUM_CLASS_ENT(ProcSymFlags, IsNoInline),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp164 PUSH_FLAG(ProcSymFlags, IsNoInline, Flags, "noinline"); in formatProcSymFlags()