Searched refs:CompDir (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 119 getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, 257 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex() 260 return Prologue.getFileNameByIndex(FileIndex, CompDir, Kind, Result); in getFileNameByIndex() 266 const char *CompDir,
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 490 StringRef CompDir, in collectLineTableSources() argument 499 I, CompDir, DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, in collectLineTableSources() 518 StringRef CompDir = CU->getCompilationDir(); in collectObjectSources() local 520 Result &= collectLineTableSources(*LT, CompDir, Sources); in collectObjectSources() 533 AbsName = CompDir; in collectObjectSources()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 31 const char *CompDir; member 38 CompDir = CU->getCompilationDir(); in CUInfo() 77 DwarfFileIdx, CompDir, in DWARFToGSYMFileIndex()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 1354 uint64_t FileIndex, StringRef CompDir, FileLineInfoKind Kind, in getFileNameByIndex() argument 1392 (getVersion() < 5 || Entry.DirIdx != 0) && !CompDir.empty() && in getFileNameByIndex() 1394 sys::path::append(FilePath, Style, CompDir); in getFileNameByIndex() 1407 object::SectionedAddress Address, const char *CompDir, in getFileLineInfoForAddress() argument 1415 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 419 StringRef CompDir = MCOS->getContext().getCompilationDir(); in emitV5FileDirTables() local 423 CompDir = Dir.str(); in emitV5FileDirTables() 425 CompDir = LineStr->getSaver().save(CompDir); in emitV5FileDirTables() 429 LineStr->emitRef(MCOS, CompDir); in emitV5FileDirTables() 434 MCOS->emitBytes(CompDir); in emitV5FileDirTables()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2759 StringRef CompDir = TheCU->getDirectory(); in getOrCreateModuleRef() local 2760 if (Relative.consume_front(CompDir)) in getOrCreateModuleRef()
|