Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h371 RValueRefThisPointer = 0x00200000 enumerator
H A DTypeRecord.h345 return !!(Attrs & uint32_t(PointerOptions::RValueRefThisPointer)); in isRValueReferenceThisPtr()
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DCodeViewTypes.rst119RValueRefThisPointer = 0x04 // pointer is a 'this' pointer of a member function with ref quali…
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2676 Options = PointerOptions::RValueRefThisPointer; in getTypeIndexForThisPtr()