Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DThunk.h116 int32_t VBOffsetOffset; member
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp469 << ThisAdjust.VBOffsetOffset << ", " << ThisAdjust.VtordispOffset in outputPost()
H A DMicrosoftDemangle.cpp1945 TTN->ThisAdjust.VBOffsetOffset = demangleSigned(MangledName); in demangleFunctionEncoding()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h524 int32_t VBOffsetOffset = 0; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2993 TA.Virtual.Microsoft.VBOffsetOffset = in CalculateVtordispAdjustment()
3236 assert(T.Virtual.Microsoft.VBOffsetOffset > 0); in dumpMicrosoftThunkAdjustment()
3238 << T.Virtual.Microsoft.VBOffsetOffset << " in the vbtable, "; in dumpMicrosoftThunkAdjustment()
H A DMicrosoftMangle.cpp3833 static_cast<uint32_t>(Adjustment.Virtual.Microsoft.VBOffsetOffset)); in mangleThunkThisAdjustment()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2252 assert(TA.Virtual.Microsoft.VBOffsetOffset >= 0); in performThisAdjustment()
2257 TA.Virtual.Microsoft.VBOffsetOffset, &VBPtr); in performThisAdjustment()