Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DVTuneSharedStructs.h37 uint32_t ClassFileSI; member
68 MI.ClassFileSI, MI.SourceFileSI, MI.ParentMI); in size()
74 MI.ClassFileSI, MI.SourceFileSI, MI.ParentMI); in deserialize()
80 MI.ClassFileSI, MI.SourceFileSI, MI.ParentMI); in serialize()
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderVTune.cpp45 if (MethodInfo.ClassFileSI != 0 && MethodInfo.ClassFileSI < StringsSize) { in registerJITLoaderVTuneRegisterImpl()
47 const_cast<char *>(MB.Strings.at(MethodInfo.ClassFileSI).data()); in registerJITLoaderVTuneRegisterImpl()
/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp60 Method.ClassFileSI = 0; in getMethodBatch()