| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.h | 208 StringRef CompilationDir = "", 217 StringRef CompilationDir = ""); 225 StringRef CompilationDir; variable 233 StringRef CompilationDir = "") 235 CompilationDir(CompilationDir) {} in RawCoverageReader()
|
| H A D | CoverageMapping.h | 850 loadFromFile(StringRef Filename, StringRef Arch, StringRef CompilationDir, 881 StringRef CompilationDir = "",
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 147 CompilationDir); in read() 178 if (!CompilationDir.empty()) in readUncompressed() 179 P.assign(CompilationDir); in readUncompressed() 587 StringRef CompilationDir; member in __anon1a1c26660211::VersionedCovMapFuncRecordReader 688 CompilationDir); in readCoverageHeader() 890 llvm::endianness Endian, StringRef CompilationDir) { in createCoverageReaderFromBuffer() argument 923 loadTestingFormat(StringRef Data, StringRef CompilationDir) { in loadTestingFormat() argument 1028 BytesInAddress, Endian, CompilationDir); in loadTestingFormat() 1067 StringRef CompilationDir = "", in loadBinaryFormat() argument 1175 BytesInAddress, Endian, CompilationDir); in loadBinaryFormat() [all …]
|
| H A D | CoverageMapping.cpp | 922 StringRef Filename, StringRef Arch, StringRef CompilationDir, in loadFromFile() argument 935 CovMappingBufRef, Arch, Buffers, CompilationDir, in loadFromFile() 961 vfs::FileSystem &FS, ArrayRef<StringRef> Arches, StringRef CompilationDir, in load() argument 981 loadFromFile(File.value(), GetArch(File.index()), CompilationDir, in load() 1009 if (Error E = loadFromFile(Path, Arch, CompilationDir, *ProfileReader, in load()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 190 SmallString<128> CompilationDir; variable 696 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir() 699 void setCompilationDir(StringRef S) { CompilationDir = S.str(); } in setCompilationDir() 755 void setMCLineTableRootFile(unsigned CUID, StringRef CompilationDir, in setMCLineTableRootFile() argument 759 getMCDwarfLineTable(CUID).setRootFile(CompilationDir, Filename, Checksum, in setMCLineTableRootFile()
|
| H A D | MCDwarf.h | 266 std::string CompilationDir; member 303 CompilationDir = std::string(Directory); in setRootFile() 383 Header.CompilationDir = std::string(Directory); in setRootFile()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 593 auto CompilationDir = dwarf::toString(UnitDie.find(DW_AT_comp_dir)); in parseDWO() local 595 if (sys::path::is_relative(*DWOFileName) && CompilationDir && in parseDWO() 596 *CompilationDir) { in parseDWO() 597 sys::path::append(AbsolutePath, *CompilationDir); in parseDWO()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 1041 if (!CompilationDir.empty()) in finishUnitAttributes() 1042 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in finishUnitAttributes() 1086 CompilationDir = DIUnit->getDirectory(); in getOrCreateDwarfCompileUnit() 1099 CompilationDir, DIUnit->getFilename(), getMD5AsBytes(DIUnit->getFile()), in getOrCreateDwarfCompileUnit() 3356 if (!CompilationDir.empty()) in initSkeletonUnit() 3357 NewU->addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in initSkeletonUnit() 3486 if (!CompilationDir.empty()) in addDwarfTypeUnitType() 3487 NewTU.addString(UnitDie, dwarf::DW_AT_comp_dir, CompilationDir); in addDwarfTypeUnitType()
|
| H A D | DwarfDebug.h | 393 StringRef CompilationDir; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 157 CompilationDir.clear(); in reset() 905 remapDebugPath(CompilationDir); in RemapDebugPaths()
|
| H A D | MCDwarf.cpp | 427 if (!CompilationDir.empty()) { in emitV5FileDirTables() 428 Dir = CompilationDir; in emitV5FileDirTables() 590 if (Directory == CompilationDir) in tryGetFile()
|