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.cpp497 if (auto OptString = FormValue->getAsFile(Kind)) in getDeclFile() local
498 return *OptString; in getDeclFile()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3297 auto *OptString = llvm::MDString::get(Context, Opt); in addLinkOptionsPostorder() local
3298 Metadata.push_back(llvm::MDNode::get(Context, OptString)); in addLinkOptionsPostorder()