Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h212 FC_Global = 1 << 3, enumerator
336 FuncClass FunctionClass = FC_Global;
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp397 if (!(FunctionClass & FC_Global)) { in outputPre()
H A DMicrosoftDemangle.cpp1688 return FuncClass(FC_Global); in demangleFunctionClass()
1690 return FuncClass(FC_Global | FC_Far); in demangleFunctionClass()
1938 bool HasThisQuals = !(FC & (FC_Global | FC_Static)); in demangleFunctionEncoding()