Home
last modified time | relevance | path

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

/llvm-project/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp98 class DefinitionNotFoundInSummary class
99 : public ErrorInfo<DefinitionNotFoundInSummary> {
103 DefinitionNotFoundInSummary(std::string GlobalValueName, in DefinitionNotFoundInSummary() function in DefinitionNotFoundInSummary
130 char DefinitionNotFoundInSummary::ID = 0;
143 return make_error<DefinitionNotFoundInSummary>(FunctionName.str(), Index); in getMainModulePath()