Home
last modified time | relevance | path

Searched refs:VBOffsetOffset (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DThunk.h115 int32_t VBOffsetOffset; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h450 int32_t VBOffsetOffset = 0; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp467 << ThisAdjust.VBOffsetOffset << ", " << ThisAdjust.VtordispOffset in outputPost()
H A DMicrosoftDemangle.cpp1926 TTN->ThisAdjust.VBOffsetOffset = demangleSigned(MangledName); in demangleFunctionEncoding()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2898 TA.Virtual.Microsoft.VBOffsetOffset = in CalculateVtordispAdjustment()
3141 assert(T.Virtual.Microsoft.VBOffsetOffset > 0); in dumpMicrosoftThunkAdjustment()
3143 << T.Virtual.Microsoft.VBOffsetOffset << " in the vbtable, "; in dumpMicrosoftThunkAdjustment()
H A DMicrosoftMangle.cpp3594 static_cast<uint32_t>(Adjustment.Virtual.Microsoft.VBOffsetOffset)); in mangleThunkThisAdjustment()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2248 assert(TA.Virtual.Microsoft.VBOffsetOffset >= 0); in performThisAdjustment()
2253 TA.Virtual.Microsoft.VBOffsetOffset, &VBPtr); in performThisAdjustment()