/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1700 *DeclFileAttr->getAsUnsignedConstant(), CU->getCompilationDir(), in addLocalsForDie() 1746 {Address.Address, Address.SectionIndex}, CU->getCompilationDir(), in getLineInfoForAddress() 1809 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange() 1843 CU->getCompilationDir(), Spec.FLIKind, Frame)) in getInliningInfoForAddress() 1869 {Address.Address, Address.SectionIndex}, CU->getCompilationDir(), in getInliningInfoForAddress() 1875 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
|
H A D | DWARFFormValue.cpp | 764 if (LT->getFileNameByIndex(Value.uval, DLU->getCompilationDir(), Kind, in getAsFile()
|
H A D | DWARFDie.cpp | 138 *Val, U->getCompilationDir(), in dumpAttribute()
|
H A D | DWARFUnit.cpp | 401 const char *DWARFUnit::getCompilationDir() { in getCompilationDir() function in DWARFUnit
|
H A D | DWARFVerifier.cpp | 1013 FileIndex, CU->getCompilationDir(), in verifyDebugLineRows()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 432 StringRef CompDir = MCOS->getContext().getCompilationDir(); in emitV5FileDirTables() 802 if (!context.getCompilationDir().empty()) in EmitGenDwarfAbbrev() 1023 if (!context.getCompilationDir().empty()) { in EmitGenDwarfInfo() 1024 MCOS->emitBytes(context.getCompilationDir()); in EmitGenDwarfInfo()
|
H A D | MCContext.cpp | 971 if (FileName.consume_front(getCompilationDir())) in setGenDwarfRootFile() 976 /*CUID=*/0, getCompilationDir(), FileName, Cksum, std::nullopt); in setGenDwarfRootFile()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | Statistics.cpp | 252 dwarf::toUnsigned(DeclFile, 0), U->getCompilationDir(), in constructDieID() 917 FileIdx, CU->getCompilationDir(), in collectStatsForObjectFile()
|
H A D | llvm-dwarfdump.cpp | 606 StringRef CompDir = CU->getCompilationDir(); in collectObjectSources()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFUnit.h | 457 const char *getCompilationDir();
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCContext.h | 667 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir() function
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 40 CompDir = CU->getCompilationDir(); in CUInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerCompileUnit.cpp | 198 FileIdx, getOrigUnit().getCompilationDir(), in getFileName() 1753 StringRef CompDir = getOrigUnit().getCompilationDir(); in getDirAndFilenameFromLineTable()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | InputFiles.cpp | 1535 SmallString<261> dir(compileUnit->getCompilationDir()); in sourceFile()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 955 /*CUID=*/0, getContext().getCompilationDir(), FirstCppHashFilename, in enabledGenDwarfForAssembly() 960 /*CUID=*/0, getContext().getCompilationDir(), RootFile.Name, in enabledGenDwarfForAssembly()
|
H A D | MasmParser.cpp | 1327 /*CUID=*/0, getContext().getCompilationDir(), FirstCppHashFilename, in enabledGenDwarfForAssembly() 1332 /*CUID=*/0, getContext().getCompilationDir(), RootFile.Name, in enabledGenDwarfForAssembly()
|