Searched defs:getHelperName (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/clang/lib/CodeGen/ | ||
H A D | CGOpenMPRuntime.cpp | 113 StringRef getHelperName() const override { return ".omp_outlined."; } in getHelperName() function in __anona664cb930111::CGOpenMPOutlinedRegionInfo |
H A D | CodeGenFunction.h | 226 virtual StringRef getHelperName() const { return "__captured_stmt"; } in getHelperName() function |