Searched refs:PathRef (Results 1 – 2 of 2) sorted by relevance
96 llvm::StringRef PathRef( in GetExePathAndIds() local99 if (PathRef.empty()) in GetExePathAndIds()102 process_info.GetExecutableFile().SetFile(PathRef, FileSpec::Style::native); in GetExePathAndIds()
809 StringRef PathRef(CompilerInfoAsm->TM.Options.ObjectFilenameForDebug); in emitObjName() local810 llvm::SmallString<256> PathStore(PathRef); in emitObjName()812 if (PathRef.empty() || PathRef == "-") { in emitObjName()814 PathRef = {}; in emitObjName()816 PathRef = PathStore; in emitObjName()823 emitNullTerminatedSymbolName(OS, PathRef); in emitObjName()