/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 595 StringRef CompilationDir; global() member in __anon8cbf34230211::VersionedCovMapFuncRecordReader 855 readCoverageMappingData(InstrProfSymtab & ProfileNames,StringRef CovMap,StringRef FuncRecords,std::vector<BinaryCoverageReader::ProfileMappingRecord> & Records,StringRef CompilationDir,std::vector<std::string> & Filenames) readCoverageMappingData() argument 898 createCoverageReaderFromBuffer(StringRef Coverage,FuncRecordsStorage && FuncRecords,std::unique_ptr<InstrProfSymtab> ProfileNamesPtr,uint8_t BytesInAddress,llvm::endianness Endian,StringRef CompilationDir) createCoverageReaderFromBuffer() argument 934 loadTestingFormat(StringRef Data,StringRef CompilationDir) loadTestingFormat() argument 1078 loadBinaryFormat(std::unique_ptr<Binary> Bin,StringRef Arch,StringRef CompilationDir="",object::BuildIDRef * BinaryID=nullptr) loadBinaryFormat() argument 1206 create(MemoryBufferRef ObjectBuffer,StringRef Arch,SmallVectorImpl<std::unique_ptr<MemoryBuffer>> & ObjectFileBuffers,StringRef CompilationDir,SmallVectorImpl<object::BuildIDRef> * BinaryIDs) create() argument [all...] |
H A D | CoverageMapping.cpp | 971 loadFromFile(StringRef Filename,StringRef Arch,StringRef CompilationDir,IndexedInstrProfReader & ProfileReader,CoverageMapping & Coverage,bool & DataFound,SmallVectorImpl<object::BuildID> * FoundBinaryIDs) loadFromFile() argument 1010 load(ArrayRef<StringRef> ObjectFilenames,StringRef ProfileFilename,vfs::FileSystem & FS,ArrayRef<StringRef> Arches,StringRef CompilationDir,const object::BuildIDFetcher * BIDFetcher,bool CheckBinaryIDs) load() argument
|
/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMappingReader.h | 224 StringRef CompilationDir; global() variable
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCContext.h | 192 SmallString<128> CompilationDir; variable 722 setMCLineTableRootFile(unsigned CUID,StringRef CompilationDir,StringRef Filename,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source) setMCLineTableRootFile() argument
|
H A D | MCDwarf.h | 266 std::string CompilationDir; global() member
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.h | 393 StringRef CompilationDir; global() variable
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 616 auto CompilationDir = dwarf::toString(UnitDie.find(DW_AT_comp_dir)); in parseDWO() local
|
/llvm-project/llvm/unittests/ProfileData/ |
H A D | CoverageMappingTest.cpp | 1063 StringRef CompilationDir = "out"; TEST() local
|