Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp43 std::vector<__itt_section_info> SectionInfoVector; member in __anon1bb0b0930111::IntelIttnotifyInfo
63 if (SectionInfoVector.size()) in getSectionInfoVectorBegin()
64 return &SectionInfoVector[0]; in getSectionInfoVectorBegin()
106 SectionInfoVector.push_back(SectionInfo); in fillSectionInformation()
114 SectionInfoVector[I].name = SectionNamesVector[I].c_str(); in fillSectionInformation()