Home
last modified time | relevance | path

Searched refs:CompilationDir (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingReader.h218 StringRef CompilationDir = "",
226 llvm::endianness Endian, StringRef CompilationDir = "");
234 StringRef CompilationDir; variable
242 StringRef CompilationDir = "")
244 CompilationDir(CompilationDir) {} in RawCoverageReader()
H A DCoverageMapping.h1010 loadFromFile(StringRef Filename, StringRef Arch, StringRef CompilationDir,
1045 ArrayRef<StringRef> Arches = {}, StringRef CompilationDir = "",
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp147 CompilationDir); in read()
178 if (!CompilationDir.empty()) in readUncompressed()
179 P.assign(CompilationDir); in readUncompressed()
602 StringRef CompilationDir; member in __anond42594300211::VersionedCovMapFuncRecordReader
665 : ProfileNames(P), CompilationDir(D), Filenames(F), Records(R) {} in VersionedCovMapFuncRecordReader()
703 CompilationDir); in readCoverageHeader()
862 StringRef CompilationDir, std::vector<std::string> &Filenames) { in readCoverageMappingData() argument
873 CompilationDir, Filenames); in readCoverageMappingData()
906 llvm::endianness Endian, StringRef CompilationDir) { in createCoverageReaderFromBuffer() argument
918 CompilationDir, Reader->Filenames)) in createCoverageReaderFromBuffer()
[all …]
H A DCoverageMapping.cpp1012 StringRef Filename, StringRef Arch, StringRef CompilationDir, in loadFromFile() argument
1027 CovMappingBufRef, Arch, Buffers, CompilationDir, in loadFromFile()
1054 ArrayRef<StringRef> Arches, StringRef CompilationDir, in load() argument
1083 CompilationDir, ProfileReaderRef, *Coverage, in load()
1112 if (Error E = loadFromFile(Path, Arch, CompilationDir, ProfileReaderRef, in load()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h193 SmallString<128> CompilationDir; variable
687 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir()
690 void setCompilationDir(StringRef S) { CompilationDir = S.str(); } in setCompilationDir()
746 void setMCLineTableRootFile(unsigned CUID, StringRef CompilationDir, in setMCLineTableRootFile() argument
750 getMCDwarfLineTable(CUID).setRootFile(CompilationDir, Filename, Checksum, in setMCLineTableRootFile()
H A DMCDwarf.h282 std::string CompilationDir; member
321 CompilationDir = std::string(Directory); in setRootFile()
407 Header.CompilationDir = std::string(Directory); in setRootFile()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp615 auto CompilationDir = dwarf::toString(UnitDie.find(DW_AT_comp_dir)); in parseDWO() local
617 if (sys::path::is_relative(*DWOFileName) && CompilationDir && in parseDWO()
618 *CompilationDir) { in parseDWO()
619 sys::path::append(AbsolutePath, *CompilationDir); in parseDWO()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1047 if (!CompilationDir.empty()) in finishUnitAttributes()
1048 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in finishUnitAttributes()
1092 CompilationDir = DIUnit->getDirectory(); in getOrCreateDwarfCompileUnit()
1105 CompilationDir, DIUnit->getFilename(), getMD5AsBytes(DIUnit->getFile()), in getOrCreateDwarfCompileUnit()
3793 if (!CompilationDir.empty()) in initSkeletonUnit()
3794 NewU->addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in initSkeletonUnit()
3923 if (!CompilationDir.empty()) in addDwarfTypeUnitType()
3924 NewTU.addString(UnitDie, dwarf::DW_AT_comp_dir, CompilationDir); in addDwarfTypeUnitType()
H A DDwarfDebug.h395 StringRef CompilationDir; variable
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp166 CompilationDir.clear(); in reset()
1000 remapDebugPath(CompilationDir); in RemapDebugPaths()
H A DMCDwarf.cpp472 if (!CompilationDir.empty()) { in emitV5FileDirTables()
473 Dir = CompilationDir; in emitV5FileDirTables()
635 if (Directory == CompilationDir) in tryGetFile()