Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2158 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal() local
2159 if (OptionalPrefix) in selectWasmSectionForGlobal()
2160 raw_svector_ostream(Name) << '.' << *OptionalPrefix; in selectWasmSectionForGlobal()