Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp142 CompilationDir); in read()
173 if (!CompilationDir.empty()) in readUncompressed()
174 P.assign(CompilationDir); in readUncompressed()
543 StringRef CompilationDir; member in __anon24a89c3b0211::VersionedCovMapFuncRecordReader
605 : ProfileNames(P), CompilationDir(D), Filenames(F), Records(R) {} in VersionedCovMapFuncRecordReader()
639 CompilationDir); in readCoverageHeader()
784 StringRef CompilationDir, std::vector<std::string> &Filenames) { in readCoverageMappingData() argument
795 CompilationDir, Filenames); in readCoverageMappingData()
829 support::endianness Endian, StringRef CompilationDir) { in createCoverageReaderFromBuffer() argument
838 Reader->MappingRecords, CompilationDir, Reader->Filenames)) in createCoverageReaderFromBuffer()
[all …]
H A DCoverageMapping.cpp348 StringRef CompilationDir) { in load() argument
366 CovMappingBufRef, Arch, Buffers, CompilationDir); in load()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingReader.h206 StringRef CompilationDir = "");
213 StringRef CompilationDir = "");
221 StringRef CompilationDir; variable
229 StringRef CompilationDir = "")
231 CompilationDir(CompilationDir) {} in RawCoverageReader()
H A DCoverageMapping.h608 ArrayRef<StringRef> Arches = None, StringRef CompilationDir = "");
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h166 SmallString<128> CompilationDir; variable
655 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir()
658 void setCompilationDir(StringRef S) { CompilationDir = S.str(); } in setCompilationDir()
712 void setMCLineTableRootFile(unsigned CUID, StringRef CompilationDir, in setMCLineTableRootFile() argument
716 getMCDwarfLineTable(CUID).setRootFile(CompilationDir, Filename, Checksum, in setMCLineTableRootFile()
H A DMCDwarf.h224 std::string CompilationDir; member
261 CompilationDir = std::string(Directory); in setRootFile()
334 Header.CompilationDir = std::string(Directory); in setRootFile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp531 auto CompilationDir = dwarf::toString(UnitDie.find(DW_AT_comp_dir)); in parseDWO() local
533 if (sys::path::is_relative(*DWOFileName) && CompilationDir && in parseDWO()
534 *CompilationDir) { in parseDWO()
535 sys::path::append(AbsolutePath, *CompilationDir); in parseDWO()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp146 CompilationDir.clear(); in reset()
809 std::string CompDir = std::string(CompilationDir.str()); in RemapDebugPaths()
811 CompilationDir = CompDir; in RemapDebugPaths()
H A DMCDwarf.cpp395 const StringRef CompDir = CompilationDir.empty() in emitV5FileDirTables()
397 : StringRef(CompilationDir); in emitV5FileDirTables()
556 if (Directory == CompilationDir) in tryGetFile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1057 if (!CompilationDir.empty()) in finishUnitAttributes()
1058 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in finishUnitAttributes()
1095 CompilationDir = DIUnit->getDirectory(); in getOrCreateDwarfCompileUnit()
1111 CompilationDir, DIUnit->getFilename(), getMD5AsBytes(DIUnit->getFile()), in getOrCreateDwarfCompileUnit()
3199 if (!CompilationDir.empty()) in initSkeletonUnit()
3200 NewU->addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in initSkeletonUnit()
H A DDwarfDebug.h332 StringRef CompilationDir; variable