Searched refs:CWDName (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h151 StringRef CWDName; member in class:clang::DynamicInitKind::CGDebugInfo
H A DCGDebugInfo.cpp515 if (!CWDName.empty())
516 return CWDName;
519 return CWDName = internString(CWD);

Completed in 121 milliseconds