Searched refs:CompDir (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.h | 119 getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, 261 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex() 264 return Prologue.getFileNameByIndex(FileIndex, CompDir, Kind, Result); in getFileNameByIndex() 270 const char *CompDir,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 578 StringRef CompDir, in collectLineTableSources() argument 587 I, CompDir, DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, in collectLineTableSources() 606 StringRef CompDir = CU->getCompilationDir(); in collectObjectSources() local 608 Result &= collectLineTableSources(*LT, CompDir, Sources); in collectObjectSources() 621 AbsName = CompDir; in collectObjectSources()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 33 const char *CompDir; member 40 CompDir = CU->getCompilationDir(); in CUInfo() 79 DwarfFileIdx, CompDir, in DWARFToGSYMFileIndex()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 1427 uint64_t FileIndex, StringRef CompDir, FileLineInfoKind Kind, in getFileNameByIndex() argument 1465 (getVersion() < 5 || Entry.DirIdx != 0) && !CompDir.empty() && in getFileNameByIndex() 1467 sys::path::append(FilePath, Style, CompDir); in getFileNameByIndex() 1480 object::SectionedAddress Address, const char *CompDir, in getFileLineInfoForAddress() argument 1488 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 432 StringRef CompDir = MCOS->getContext().getCompilationDir(); in emitV5FileDirTables() local 436 CompDir = Dir.str(); in emitV5FileDirTables() 438 CompDir = LineStr->getSaver().save(CompDir); in emitV5FileDirTables() 442 LineStr->emitRef(MCOS, CompDir); in emitV5FileDirTables() 447 MCOS->emitBytes(CompDir); in emitV5FileDirTables()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerCompileUnit.cpp | 1753 StringRef CompDir = getOrigUnit().getCompilationDir(); in getDirAndFilenameFromLineTable() local 1755 if (!CompDir.empty() && !isPathAbsoluteOnWindowsOrPosix(IncludeDir)) { in getDirAndFilenameFromLineTable() 1756 sys::path::append(FilePath, sys::path::Style::native, CompDir); in getDirAndFilenameFromLineTable()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 3030 StringRef CompDir = TheCU->getDirectory(); in getOrCreateModuleRef() local 3031 if (Relative.consume_front(CompDir)) in getOrCreateModuleRef()
|