Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp481 if (auto OptString = FormValue->getAsFile(Kind)) in getDeclFile() local
482 return *OptString; in getDeclFile()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp2513 auto *OptString = llvm::MDString::get(Context, Opt); in addLinkOptionsPostorder() local
2514 Metadata.push_back(llvm::MDNode::get(Context, OptString)); in addLinkOptionsPostorder()