Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderVTune.cpp32 const size_t StringsSize = MB.Strings.size(); in registerJITLoaderVTuneRegisterImpl() local
39 if (MethodInfo.NameSI != 0 && MethodInfo.NameSI < StringsSize) { in registerJITLoaderVTuneRegisterImpl()
45 if (MethodInfo.ClassFileSI != 0 && MethodInfo.ClassFileSI < StringsSize) { in registerJITLoaderVTuneRegisterImpl()
51 if (MethodInfo.SourceFileSI != 0 && MethodInfo.SourceFileSI < StringsSize) { in registerJITLoaderVTuneRegisterImpl()