Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp90 auto SectionNameOrError = ElfSection.getName(); in fillSectionInformation() local
91 if (SectionNameOrError) in fillSectionInformation()
92 SectionName = *SectionNameOrError; in fillSectionInformation()