Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DThunk.h115 int32_t VBOffsetOffset; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h452 int32_t VBOffsetOffset = 0; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp466 << ThisAdjust.VBOffsetOffset << ", " << ThisAdjust.VtordispOffset in outputPost()
H A DMicrosoftDemangle.cpp1879 TTN->ThisAdjust.VBOffsetOffset = demangleSigned(MangledName); in demangleFunctionEncoding()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp2894 TA.Virtual.Microsoft.VBOffsetOffset = in CalculateVtordispAdjustment()
3139 assert(T.Virtual.Microsoft.VBOffsetOffset > 0); in dumpMicrosoftThunkAdjustment()
3141 << T.Virtual.Microsoft.VBOffsetOffset << " in the vbtable, "; in dumpMicrosoftThunkAdjustment()
H A DMicrosoftMangle.cpp3406 static_cast<uint32_t>(Adjustment.Virtual.Microsoft.VBOffsetOffset)); in mangleThunkThisAdjustment()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2216 assert(TA.Virtual.Microsoft.VBOffsetOffset >= 0); in performThisAdjustment()
2221 TA.Virtual.Microsoft.VBOffsetOffset, &VBPtr); in performThisAdjustment()