Home
last modified time | relevance | path

Searched refs:cacheEncoding (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h157 uint64_t cacheEncoding();
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp99 uint64_t FunctionInfo::cacheEncoding() { in cacheEncoding() function in FunctionInfo
H A DGsymCreator.cpp482 return Funcs.back().cacheEncoding(); in saveSegments()