Home
last modified time | relevance | path

Searched refs:FC_Global (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h211 FC_Global = 1 << 3, enumerator
337 FuncClass FunctionClass = FC_Global;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp1654 return FuncClass(FC_Global); in demangleFunctionClass()
1656 return FuncClass(FC_Global | FC_Far); in demangleFunctionClass()
1889 bool HasThisQuals = !(FC & (FC_Global | FC_Static)); in demangleFunctionEncoding()
DMicrosoftDemangleNodes.cpp391 if (!(FunctionClass & FC_Global)) { in outputPre()