Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h219 FC_VirtualThisAdjustEx = 1 << 10, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp464 if (FunctionClass & FC_VirtualThisAdjustEx) { in outputPost()
H A DMicrosoftDemangle.cpp1660 VFlag = FuncClass(VFlag | FC_VirtualThisAdjustEx); in demangleFunctionClass()
1877 if (FC & FC_VirtualThisAdjustEx) { in demangleFunctionEncoding()