Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/linux/
H A DHost.cpp188 llvm::StringRef PathRef = ExePath; in GetExePathAndArch() local
189 PathRef.consume_back(" (deleted)"); in GetExePathAndArch()
191 if (!PathRef.empty()) { in GetExePathAndArch()
192 process_info.GetExecutableFile().SetFile(PathRef, FileSpec::Style::native); in GetExePathAndArch()
193 process_info.SetArchitecture(GetELFProcessCPUType(PathRef)); in GetExePathAndArch()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp784 StringRef PathRef(Asm->TM.Options.ObjectFilenameForDebug); in emitObjName() local
785 llvm::SmallString<256> PathStore(PathRef); in emitObjName()
787 if (PathRef.empty() || PathRef == "-") { in emitObjName()
789 PathRef = {}; in emitObjName()
792 PathRef = PathStore; in emitObjName()
799 emitNullTerminatedSymbolName(OS, PathRef); in emitObjName()