Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/aix/
H A DHost.cpp96 llvm::StringRef PathRef( in GetExePathAndIds() local
99 if (PathRef.empty()) in GetExePathAndIds()
102 process_info.GetExecutableFile().SetFile(PathRef, FileSpec::Style::native); in GetExePathAndIds()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp809 StringRef PathRef(CompilerInfoAsm->TM.Options.ObjectFilenameForDebug); in emitObjName() local
810 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()