HomeSort by: relevance | last modified time | path
    Searched refs:CompDir (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 127 getFileNameByIndex(uint64_t FileIndex, StringRef CompDir,
265 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir,
268 return Prologue.getFileNameByIndex(FileIndex, CompDir, Kind, Result);
274 const char *CompDir,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
DwarfTransformer.cpp 29 const char *CompDir;
36 CompDir = CU->getCompilationDir();
75 DwarfFileIdx, CompDir,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 1348 uint64_t FileIndex, StringRef CompDir, FileLineInfoKind Kind,
1385 if (Kind == FileLineInfoKind::AbsoluteFilePath && !CompDir.empty() &&
1387 sys::path::append(FilePath, Style, CompDir);
1400 object::SectionedAddress Address, const char *CompDir,
1408 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName))
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCContext.cpp 809 std::string CompDir = std::string(CompilationDir.str());
810 RemapDebugPath(CompDir);
811 CompilationDir = CompDir;
MCDwarf.cpp 395 const StringRef CompDir = CompilationDir.empty()
400 LineStr->emitRef(MCOS, CompDir);
405 MCOS->emitBytes(CompDir);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 2641 StringRef CompDir = TheCU->getDirectory();
2642 if (Relative.consume_front(CompDir))

Completed in 79 milliseconds