Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2270 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal() local
2271 if (OptionalPrefix) in selectWasmSectionForGlobal()
2272 raw_svector_ostream(Name) << '.' << *OptionalPrefix; in selectWasmSectionForGlobal()