Home
last modified time | relevance | path

Searched refs:CachedOffsetFromGlobal (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp217 CachedOffsetFromGlobal = offset; in addPlaceholderWithSize()
228 return CachedOffsetFromGlobal; in getOffsetFromGlobalTo()
240 offset = CachedOffsetFromGlobal; in getOffsetFromGlobalTo()
260 CachedOffsetFromGlobal = offset; in getOffsetFromGlobalTo()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h106 mutable CharUnits CachedOffsetFromGlobal; variable
159 CachedOffsetFromGlobal(other.CachedOffsetFromGlobal) { in ConstantAggregateBuilderBase()