Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp124 std::string TypeAtEncoding; in getBlockDescriptorName() local
127 TypeAtEncoding = in getBlockDescriptorName()
131 std::replace(TypeAtEncoding.begin(), TypeAtEncoding.end(), '@', '\1'); in getBlockDescriptorName()
133 Name += "e" + llvm::to_string(TypeAtEncoding.size()) + "_" + TypeAtEncoding; in getBlockDescriptorName()