Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DVTuneSharedStructs.h38 uint32_t SourceFileSI; 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()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderVTune.cpp51 if (MethodInfo.SourceFileSI != 0 && MethodInfo.SourceFileSI < StringsSize) { in registerJITLoaderVTuneRegisterImpl()
53 const_cast<char *>(MB.Strings.at(MethodInfo.SourceFileSI).data()); in registerJITLoaderVTuneRegisterImpl()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp61 Method.SourceFileSI = 0; in getMethodBatch()
73 Method.SourceFileSI = Batch.Strings.size(); in getMethodBatch()