Home
last modified time | relevance | path

Searched refs:FContext (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/tools/llvm-profgen/
DProfileGenerator.cpp155 SampleContext FContext(Ret.first->first(), RawContext); in getFunctionProfileForContext() local
157 FProfile.setName(FContext.getName()); in getFunctionProfileForContext()
158 FProfile.setContext(FContext); in getFunctionProfileForContext()
/external/llvm-project/llvm/lib/ProfileData/
DSampleProfReader.cpp225 SampleContext FContext(FName); in readImpl() local
226 if (FContext.hasContext()) in readImpl()
230 Profiles[FContext] = FunctionSamples(); in readImpl()
231 FunctionSamples &FProfile = Profiles[FContext]; in readImpl()
232 FProfile.setName(FContext.getName()); in readImpl()
233 FProfile.setContext(FContext); in readImpl()
/external/llvm-project/llvm/include/llvm/ProfileData/
DSampleProf.h776 void setContext(const SampleContext &FContext) { Context = FContext; }
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp1243 DIScope *FContext = Unit; in codegen() local
1247 FContext, P.getName(), StringRef(), Unit, LineNo, in codegen()
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp1250 DIScope *FContext = Unit; in codegen() local
1254 FContext, P.getName(), StringRef(), Unit, LineNo, in codegen()
/external/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/
DLangImpl09.rst259 DIScope *FContext = Unit;
263 FContext, P.getName(), StringRef(), Unit, LineNo,
/external/llvm/docs/tutorial/
DLangImpl09.rst258 DIScope *FContext = Unit;
262 FContext, Name, StringRef(), Unit, LineNo,