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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h149 StringRef CWDName; member in class:clang::DynamicInitKind::CGDebugInfo
H A DCGDebugInfo.cpp504 if (!CWDName.empty())
505 return CWDName;
508 return CWDName = internString(CWD);

Completed in 116 milliseconds