Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h119 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 Dllvm-dwarfdump.cpp490 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 DDwarfTransformer.cpp31 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 DDWARFDebugLine.cpp1354 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 DMCDwarf.cpp419 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 DCGDebugInfo.cpp2759 StringRef CompDir = TheCU->getDirectory(); in getOrCreateModuleRef() local
2760 if (Relative.consume_front(CompDir)) in getOrCreateModuleRef()