Home
last modified time | relevance | path

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

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