Home
last modified time | relevance | path

Searched defs:OffsetCache (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h60 mutable void *OffsetCache = nullptr; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp72 static std::vector<T> &GetOrCreateOffsetCache(void *&OffsetCache, in GetOrCreateOffsetCache()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1005 DenseMap<unsigned, std::pair<unsigned, unsigned>> OffsetCache; in buildFrameDebugInfo() local