Searched defs:FDInlineName (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CodeGenFunction.cpp | 1360 std::string FDInlineName = (Fn->getName() + ".inline").str(); GenerateCode() local |
H A D | CGExpr.cpp | 5442 std::string FDInlineName = (Ident + ".inline").str(); EmitDirectCallee() local |