Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DVTuneSharedStructs.h36 uint32_t NameSI; member
67 MI.LineTable, MI.LoadAddr, MI.LoadSize, MI.MethodID, MI.NameSI, in size()
73 IB, MI.LineTable, MI.LoadAddr, MI.LoadSize, MI.MethodID, MI.NameSI, in deserialize()
79 OB, MI.LineTable, MI.LoadAddr, MI.LoadSize, MI.MethodID, MI.NameSI, in serialize()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderVTune.cpp39 if (MethodInfo.NameSI != 0 && MethodInfo.NameSI < StringsSize) { in registerJITLoaderVTuneRegisterImpl()
41 const_cast<char *>(MB.Strings.at(MethodInfo.NameSI).data()); in registerJITLoaderVTuneRegisterImpl()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp59 Method.NameSI = GetStringIdx(*Sym->getName()); in getMethodBatch()