Home
last modified time | relevance | path

Searched refs:LValueRefThisPointer (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h365 LValueRefThisPointer = 0x00100000, enumerator
H A DTypeRecord.h340 return !!(Attrs & uint32_t(PointerOptions::LValueRefThisPointer)); in isLValueReferenceThisPtr()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DCodeViewTypes.rst118LValueRefThisPointer = 0x02, // pointer is a 'this' pointer of a member function with ref quali…
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2546 Options = PointerOptions::LValueRefThisPointer; in getTypeIndexForThisPtr()