Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2065 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal() local
2066 if (OptionalPrefix) in selectWasmSectionForGlobal()
2067 raw_svector_ostream(Name) << '.' << *OptionalPrefix; in selectWasmSectionForGlobal()