Home
last modified time | relevance | path

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

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