Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h127 getFileNameByIndex(uint64_t FileIndex, StringRef CompDir,
265 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex()
268 return Prologue.getFileNameByIndex(FileIndex, CompDir, Kind, Result); in getFileNameByIndex()
274 const char *CompDir,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp29 const char *CompDir; member
36 CompDir = CU->getCompilationDir(); in CUInfo()
75 DwarfFileIdx, CompDir, in DWARFToGSYMFileIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1348 uint64_t FileIndex, StringRef CompDir, FileLineInfoKind Kind, in getFileNameByIndex() argument
1385 if (Kind == FileLineInfoKind::AbsoluteFilePath && !CompDir.empty() && in getFileNameByIndex()
1387 sys::path::append(FilePath, Style, CompDir); in getFileNameByIndex()
1400 object::SectionedAddress Address, const char *CompDir, in getFileLineInfoForAddress() argument
1408 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp809 std::string CompDir = std::string(CompilationDir.str()); in RemapDebugPaths() local
810 RemapDebugPath(CompDir); in RemapDebugPaths()
811 CompilationDir = CompDir; in RemapDebugPaths()
H A DMCDwarf.cpp395 const StringRef CompDir = CompilationDir.empty() in emitV5FileDirTables() local
400 LineStr->emitRef(MCOS, CompDir); in emitV5FileDirTables()
405 MCOS->emitBytes(CompDir); in emitV5FileDirTables()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2641 StringRef CompDir = TheCU->getDirectory(); in getOrCreateModuleRef() local
2642 if (Relative.consume_front(CompDir)) in getOrCreateModuleRef()