Home
last modified time | relevance | path

Searched defs:FDInlineName (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1360 std::string FDInlineName = (Fn->getName() + ".inline").str(); in GenerateCode() local
1380 std::string FDInlineName = (Fn->getName() + ".inline").str(); in GenerateCode() local
H A DCGExpr.cpp5442 std::string FDInlineName = (Ident + ".inline").str(); in EmitDirectCallee() local