Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h320 virtual std::string getRCBlockLayoutStr(CodeGen::CodeGenModule &CGM, in getRCBlockLayoutStr() function
H A DCGBlocks.cpp134 Name += "l" + CGM.getObjCRuntime().getRCBlockLayoutStr(CGM, BlockInfo); in getBlockDescriptorName()
H A DCGObjCMac.cpp1121 std::string getRCBlockLayoutStr(CodeGen::CodeGenModule &CGM,
2941 std::string CGObjCCommonMac::getRCBlockLayoutStr(CodeGenModule &CGM, in getRCBlockLayoutStr() function in CGObjCCommonMac