Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp44 std::vector<__itt_section_info> SectionInfoVector; member in __anon0044147b0111::IntelIttnotifyInfo
64 if (SectionInfoVector.size()) in getSectionInfoVectorBegin()
65 return &SectionInfoVector[0]; in getSectionInfoVectorBegin()
107 SectionInfoVector.push_back(SectionInfo); in fillSectionInformation()
115 SectionInfoVector[I].name = SectionNamesVector[I].c_str(); in fillSectionInformation()