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.cpp1437 std::string FDInlineName = (Fn->getName() + ".inline").str(); in GenerateCode() local
1457 std::string FDInlineName = (Fn->getName() + ".inline").str(); in GenerateCode() local
H A DCGExpr.cpp5502 std::string FDInlineName = (Ident + ".inline").str(); in EmitDirectCallee() local