Home
last modified time | relevance | path

Searched refs:getCompilationDir (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1698 *DeclFileAttr->getAsUnsignedConstant(), CU->getCompilationDir(), in addLocalsForDie()
1746 CU->getCompilationDir(), Spec.FLIKind, Result); in getLineInfoForAddress()
1808 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange()
1843 CU->getCompilationDir(), Spec.FLIKind, Frame)) in getInliningInfoForAddress()
1870 CU->getCompilationDir(), Spec.FLIKind, Frame); in getInliningInfoForAddress()
1875 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
H A DDWARFFormValue.cpp764 if (LT->getFileNameByIndex(Value.uval, DLU->getCompilationDir(), Kind, in getAsFile()
H A DDWARFDie.cpp138 *Val, U->getCompilationDir(), in dumpAttribute()
H A DDWARFUnit.cpp401 const char *DWARFUnit::getCompilationDir() { in getCompilationDir() function in DWARFUnit
H A DDWARFVerifier.cpp1047 FileIndex, CU->getCompilationDir(), in verifyDebugLineRows()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp471 StringRef CompDir = MCOS->getContext().getCompilationDir(); in emitV5FileDirTables()
841 if (!context.getCompilationDir().empty()) in EmitGenDwarfAbbrev()
1059 if (!context.getCompilationDir().empty()) { in EmitGenDwarfInfo()
1060 MCOS->emitBytes(context.getCompilationDir()); in EmitGenDwarfInfo()
H A DMCContext.cpp1063 if (FileName.consume_front(getCompilationDir())) in setGenDwarfRootFile()
1068 /*CUID=*/0, getCompilationDir(), FileName, Cksum, std::nullopt); in setGenDwarfRootFile()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp252 dwarf::toUnsigned(DeclFile, 0), U->getCompilationDir(), in constructDieID()
919 FileIdx, CU->getCompilationDir(), in collectStatsForObjectFile()
H A Dllvm-dwarfdump.cpp620 StringRef CompDir = CU->getCompilationDir(); in collectObjectSources()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h461 const char *getCompilationDir();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp37 CompDir = CU->getCompilationDir(); in CUInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h687 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp195 FileIdx, getOrigUnit().getCompilationDir(), in getFileName()
1749 StringRef CompDir = getOrigUnit().getCompilationDir(); in getDirAndFilenameFromLineTable()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp938 /*CUID=*/0, getContext().getCompilationDir(), RootFile.Name, in enabledGenDwarfForAssembly()
2374 /*CUID=*/0, getContext().getCompilationDir(), Filename, in parseCppHashLineFilenameComment()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1533 SmallString<261> dir(compileUnit->getCompilationDir()); in sourceFile()