Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStaticDataAnnotator.cpp84 if (auto maybeSectionPrefix = GV.getSectionPrefix(); in runOnModule() local
85 maybeSectionPrefix && !maybeSectionPrefix->empty()) in runOnModule()
88 *maybeSectionPrefix); in runOnModule()