Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2111 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal() local
2112 if (OptionalPrefix) in selectWasmSectionForGlobal()
2113 raw_svector_ostream(Name) << '.' << *OptionalPrefix; in selectWasmSectionForGlobal()