Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h133 getFileNameByIndex(uint64_t FileIndex, StringRef CompDir,
266 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex()
269 return Prologue.getFileNameByIndex(FileIndex, CompDir, Kind, Result); in getFileNameByIndex()
275 const char *CompDir,
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
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,
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp628 const char *CompDir, in getFileNameByIndex() argument
653 if (CompDir && Kind == FileLineInfoKind::AbsoluteFilePath && in getFileNameByIndex()
655 sys::path::append(FilePath, CompDir); in getFileNameByIndex()
664 uint64_t Address, const char *CompDir, FileLineInfoKind Kind, in getFileLineInfoForAddress() argument
672 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h193 bool getFileNameByIndex(uint64_t FileIndex, const char *CompDir,
199 bool getFileLineInfoForAddress(uint64_t Address, const char *CompDir,
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DDwarfTransformer.cpp29 const char *CompDir; member
36 CompDir = CU->getCompilationDir(); in CUInfo()
75 DwarfFileIdx, CompDir, in DWARFToGSYMFileIndex()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp1048 uint64_t FileIndex, StringRef CompDir, FileLineInfoKind Kind, in getFileNameByIndex() argument
1077 if (!CompDir.empty() && !isPathAbsoluteOnWindowsOrPosix(IncludeDir)) in getFileNameByIndex()
1078 sys::path::append(FilePath, Style, CompDir); in getFileNameByIndex()
1088 object::SectionedAddress Address, const char *CompDir, in getFileLineInfoForAddress() argument
1096 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp596 std::string CompDir = CompilationDir.str(); in RemapDebugPaths() local
597 RemapDebugPath(CompDir); in RemapDebugPaths()
598 CompilationDir = CompDir; in RemapDebugPaths()
DMCDwarf.cpp391 const StringRef CompDir = CompilationDir.empty() in emitV5FileDirTables() local
396 LineStr->emitRef(MCOS, CompDir); in emitV5FileDirTables()
401 MCOS->EmitBytes(CompDir); in emitV5FileDirTables()
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp1733 StringRef CompDir = "a dir"; in TEST_F() local
1737 1, CompDir, DILineInfoSpecifier::FileLineInfoKind::None, Result)); in TEST_F()
1740 1, CompDir, in TEST_F()
1744 1, CompDir, in TEST_F()
1750 1, CompDir, in TEST_F()
1756 1, CompDir, in TEST_F()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
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()
/external/llvm-project/llvm/lib/MC/
DMCContext.cpp729 std::string CompDir = std::string(CompilationDir.str()); in RemapDebugPaths() local
730 RemapDebugPath(CompDir); in RemapDebugPaths()
731 CompilationDir = CompDir; in RemapDebugPaths()
DMCDwarf.cpp410 const StringRef CompDir = CompilationDir.empty() in emitV5FileDirTables() local
415 LineStr->emitRef(MCOS, CompDir); in emitV5FileDirTables()
420 MCOS->emitBytes(CompDir); in emitV5FileDirTables()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp2575 StringRef CompDir = TheCU->getDirectory(); in getOrCreateModuleRef() local
2576 if (Relative.consume_front(CompDir)) in getOrCreateModuleRef()