Home
last modified time | relevance | path

Searched refs:IsRelative (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFatLTOCleanup.cpp71 bool IsRelative) { in cleanUpTypeCheckedLoad() argument
83 if (IsRelative) { in cleanUpTypeCheckedLoad()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp124 const bool file_spec_relative = file_spec.IsRelative(); in IsCompatible()
139 } else if (curr_file.IsRelative() || file_spec_relative) { in IsCompatible()
H A DFileSpec.cpp514 bool FileSpec::IsRelative() const { in IsRelative() function in FileSpec
538 if (IsRelative()) in MakeAbsolute()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Daccess.c71 #define IsRelative(pp) (*(pp) == '.' && ((*(pp+1) == '.' && IsPathDelim(pp+2)) || IsPathDelim(pp+1… macro
113 if (UsesDrive(path) || IsRelative(path)) { in _nc_to_dospath()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h276 bool IsRelative() const;
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp261 if (arg_spec.IsRelative()) { in ConvertArgumentsForLaunchingInShell()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp231 if (!m_removed_prefix_opt.has_value() && request_file.IsRelative()) in DeduceSourceMapping()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1400 const bool IsRelative = in emitCFIInstruction() local
1405 if (IsRelative) in emitCFIInstruction()
1449 const bool IsRelative = in emitCFIInstruction() local
1457 if (IsRelative) in emitCFIInstruction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp29 if (file_spec.IsRelative()) in NormalizePath()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp247 FileSpec(path).IsRelative() ? eLazyBoolYes : eLazyBoolNo; in RemapPath()
H A DTargetList.cpp295 if (file.IsRelative() && !user_exe_path.empty()) { in CreateTargetInternal()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1811 if (!dwo_file.IsRelative()) { in GetDwoSymbolFileForCompileUnit()
1870 if (dwo_name_spec.IsRelative()) { in GetDwoSymbolFileForCompileUnit()
1908 if (error_dwo_path.IsRelative() && comp_dir != nullptr) { in GetDwoSymbolFileForCompileUnit()
1977 if (dwo_module_spec.GetFileSpec().IsRelative()) { in UpdateExternalModuleListIfNeeded()
H A DDWARFUnit.cpp969 if (m_file_spec->IsRelative()) in ComputeAbsolutePath()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp136 if (!cmd_file.IsRelative()) { in DoExecute()