Home
last modified time | relevance | path

Searched refs:CompDir (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h120 getFileNameByIndex(uint64_t FileIndex, StringRef CompDir,
278 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex()
281 return Prologue.getFileNameByIndex(FileIndex, CompDir, Kind, Result); in getFileNameByIndex()
287 object::SectionedAddress Address, bool Approximate, const char *CompDir,
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp592 StringRef CompDir, in collectLineTableSources() argument
601 I, CompDir, DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, in collectLineTableSources()
620 StringRef CompDir = CU->getCompilationDir(); in collectObjectSources() local
622 Result &= collectLineTableSources(*LT, CompDir, Sources); in collectObjectSources()
635 AbsName = CompDir; in collectObjectSources()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp30 const char *CompDir; member
37 CompDir = CU->getCompilationDir(); in CUInfo()
76 DwarfFileIdx, CompDir, in DWARFToGSYMFileIndex()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1480 uint64_t FileIndex, StringRef CompDir, FileLineInfoKind Kind, in getFileNameByIndex() argument
1518 (getVersion() < 5 || Entry.DirIdx != 0) && !CompDir.empty() && in getFileNameByIndex()
1520 sys::path::append(FilePath, Style, CompDir); in getFileNameByIndex()
1533 object::SectionedAddress Address, bool Approximate, const char *CompDir, in getFileLineInfoForAddress() argument
1542 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp471 StringRef CompDir = MCOS->getContext().getCompilationDir(); in emitV5FileDirTables() local
475 CompDir = Dir.str(); in emitV5FileDirTables()
477 CompDir = LineStr->getSaver().save(CompDir); in emitV5FileDirTables()
481 LineStr->emitRef(MCOS, CompDir); in emitV5FileDirTables()
486 MCOS->emitBytes(CompDir); in emitV5FileDirTables()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1749 StringRef CompDir = getOrigUnit().getCompilationDir(); in getDirAndFilenameFromLineTable() local
1751 if (!CompDir.empty() && !isPathAbsoluteOnWindowsOrPosix(IncludeDir)) { in getDirAndFilenameFromLineTable()
1752 sys::path::append(FilePath, sys::path::Style::native, CompDir); in getDirAndFilenameFromLineTable()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3255 StringRef CompDir = TheCU->getDirectory(); in getOrCreateModuleRef() local
3256 if (Relative.consume_front(CompDir)) in getOrCreateModuleRef()