Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp479 if (auto OptString = FormValue->getAsFile(Kind)) in getDeclFile() local
480 return *OptString; in getDeclFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3034 auto *OptString = llvm::MDString::get(Context, Opt); in addLinkOptionsPostorder() local
3035 Metadata.push_back(llvm::MDNode::get(Context, OptString)); in addLinkOptionsPostorder()