Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DFileSpec.h318 bool IsRelative() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp229 const bool is_relative = m_file_spec.IsRelative(); in SearchCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPathMappingList.cpp177 FileSpec(path).IsRelative() ? eLazyBoolYes : eLazyBoolNo; in RemapPath()
H A DProcessLaunchInfo.cpp270 if (arg_spec.IsRelative()) { in ConvertArgumentsForLaunchingInShell()
H A DTargetList.cpp368 if (file.IsRelative() && !user_exe_path.empty()) { in CreateTargetInternal()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCDwarf.cpp1347 const bool IsRelative = in EmitCFIInstruction() local
1352 if (IsRelative) in EmitCFIInstruction()
1383 const bool IsRelative = in EmitCFIInstruction() local
1391 if (IsRelative) in EmitCFIInstruction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.cpp954 if (file.IsRelative()) { in GetFile()
959 if (!file.IsRelative()) in GetFile()
H A DSymbolFileDWARF.cpp819 if (cu_file_spec.IsRelative()) { in ParseCompileUnit()
1633 if (dwo_file.IsRelative()) { in GetDwoSymbolFileForCompileUnit()
1686 if (dwo_module_spec.GetFileSpec().IsRelative()) { in UpdateExternalModuleListIfNeeded()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DFileSpec.cpp541 bool FileSpec::IsRelative() const { in IsRelative() function in FileSpec