Home
last modified time | relevance | path

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

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