Home
last modified time | relevance | path

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

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