Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp91 auto SectionNameOrError = ElfSection.getName(); in fillSectionInformation() local
92 if (SectionNameOrError) in fillSectionInformation()
93 SectionName = *SectionNameOrError; in fillSectionInformation()