/openbsd/gnu/llvm/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 | 589 loadFromFile(StringRef Filename, StringRef Arch, StringRef CompilationDir, 619 ArrayRef<StringRef> Arches = std::nullopt, StringRef CompilationDir = "",
|
/openbsd/gnu/llvm/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 142 CompilationDir); in read() 173 if (!CompilationDir.empty()) in readUncompressed() 174 P.assign(CompilationDir); in readUncompressed() 544 StringRef CompilationDir; member in __anonc02deb7d0211::VersionedCovMapFuncRecordReader 641 CompilationDir); in readCoverageHeader() 831 support::endianness Endian, StringRef CompilationDir) { in createCoverageReaderFromBuffer() argument 864 loadTestingFormat(StringRef Data, StringRef CompilationDir) { in loadTestingFormat() argument 926 BytesInAddress, Endian, CompilationDir); in loadTestingFormat() 957 StringRef CompilationDir = "", in loadBinaryFormat() argument 1061 BytesInAddress, Endian, CompilationDir); in loadBinaryFormat() [all …]
|
H A D | CoverageMapping.cpp | 347 StringRef Filename, StringRef Arch, StringRef CompilationDir, in loadFromFile() argument 360 CovMappingBufRef, Arch, Buffers, CompilationDir, in loadFromFile() 387 StringRef CompilationDir, in load() argument 407 loadFromFile(File.value(), GetArch(File.index()), CompilationDir, in load() 436 if (Error E = loadFromFile(Path, Arch, CompilationDir, *ProfileReader, in load()
|
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCContext.h | 190 SmallString<128> CompilationDir; variable 694 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir() 697 void setCompilationDir(StringRef S) { CompilationDir = S.str(); } in setCompilationDir() 753 void setMCLineTableRootFile(unsigned CUID, StringRef CompilationDir, in setMCLineTableRootFile() argument 757 getMCDwarfLineTable(CUID).setRootFile(CompilationDir, Filename, Checksum, in setMCLineTableRootFile()
|
H A D | MCDwarf.h | 262 std::string CompilationDir; member 298 CompilationDir = std::string(Directory); in setRootFile() 378 Header.CompilationDir = std::string(Directory); in setRootFile()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 604 auto CompilationDir = dwarf::toString(UnitDie.find(DW_AT_comp_dir)); in parseDWO() local 606 if (sys::path::is_relative(*DWOFileName) && CompilationDir && in parseDWO() 607 *CompilationDir) { in parseDWO() 608 sys::path::append(AbsolutePath, *CompilationDir); in parseDWO()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 1062 if (!CompilationDir.empty()) in finishUnitAttributes() 1063 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in finishUnitAttributes() 1100 CompilationDir = DIUnit->getDirectory(); in getOrCreateDwarfCompileUnit() 1116 CompilationDir, DIUnit->getFilename(), getMD5AsBytes(DIUnit->getFile()), in getOrCreateDwarfCompileUnit() 3312 if (!CompilationDir.empty()) in initSkeletonUnit() 3313 NewU->addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in initSkeletonUnit()
|
H A D | DwarfDebug.h | 333 StringRef CompilationDir; variable
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCContext.cpp | 158 CompilationDir.clear(); in reset() 902 remapDebugPath(CompilationDir); in RemapDebugPaths()
|
H A D | MCDwarf.cpp | 420 if (!CompilationDir.empty()) { in emitV5FileDirTables() 421 Dir = CompilationDir; in emitV5FileDirTables() 583 if (Directory == CompilationDir) in tryGetFile()
|