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.cpp2203 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal() local
2204 if (OptionalPrefix) in selectWasmSectionForGlobal()
2205 raw_svector_ostream(Name) << '.' << *OptionalPrefix; in selectWasmSectionForGlobal()