Searched refs:FContext (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/tools/llvm-profgen/ |
D | ProfileGenerator.cpp | 155 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/ |
D | SampleProfReader.cpp | 225 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/ |
D | SampleProf.h | 776 void setContext(const SampleContext &FContext) { Context = FContext; }
|
/external/llvm/examples/Kaleidoscope/Chapter9/ |
D | toy.cpp | 1243 DIScope *FContext = Unit; in codegen() local 1247 FContext, P.getName(), StringRef(), Unit, LineNo, in codegen()
|
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter9/ |
D | toy.cpp | 1250 DIScope *FContext = Unit; in codegen() local 1254 FContext, P.getName(), StringRef(), Unit, LineNo, in codegen()
|
/external/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
D | LangImpl09.rst | 259 DIScope *FContext = Unit; 263 FContext, P.getName(), StringRef(), Unit, LineNo,
|
/external/llvm/docs/tutorial/ |
D | LangImpl09.rst | 258 DIScope *FContext = Unit; 262 FContext, Name, StringRef(), Unit, LineNo,
|