Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DThunk.h116 int32_t VBOffsetOffset; member
/src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h450 int32_t VBOffsetOffset = 0; member
/src/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp467 << ThisAdjust.VBOffsetOffset << ", " << ThisAdjust.VtordispOffset in outputPost()
H A DMicrosoftDemangle.cpp1939 TTN->ThisAdjust.VBOffsetOffset = demangleSigned(MangledName); in demangleFunctionEncoding()
/src/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2991 TA.Virtual.Microsoft.VBOffsetOffset = in CalculateVtordispAdjustment()
3234 assert(T.Virtual.Microsoft.VBOffsetOffset > 0); in dumpMicrosoftThunkAdjustment()
3236 << T.Virtual.Microsoft.VBOffsetOffset << " in the vbtable, "; in dumpMicrosoftThunkAdjustment()
H A DMicrosoftMangle.cpp3741 static_cast<uint32_t>(Adjustment.Virtual.Microsoft.VBOffsetOffset)); in mangleThunkThisAdjustment()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2260 assert(TA.Virtual.Microsoft.VBOffsetOffset >= 0); in performThisAdjustment()
2265 TA.Virtual.Microsoft.VBOffsetOffset, &VBPtr); in performThisAdjustment()