Searched refs:getCompilationDir (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerDeclContext.cpp | 200 FileNum, CU.getOrigUnit().getCompilationDir(), in getResolvedPath()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 1194 CU->getCompilationDir(), in addLocalsForDie() 1241 {Address.Address, Address.SectionIndex}, CU->getCompilationDir(), in getLineInfoForAddress() 1288 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange() 1322 CU->getCompilationDir(), Spec.FLIKind, Frame)) in getInliningInfoForAddress() 1348 {Address.Address, Address.SectionIndex}, CU->getCompilationDir(), in getInliningInfoForAddress() 1354 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
|
| H A D | DWARFDie.cpp | 264 U->getCompilationDir(), in dumpAttribute() 593 *DeclFile, D.getDwarfUnit()->getCompilationDir(), Kind, FileName); in getDeclFile()
|
| H A D | DWARFUnit.cpp | 396 const char *DWARFUnit::getCompilationDir() { in getCompilationDir() function in DWARFUnit
|
| H A D | DWARFVerifier.cpp | 787 FileIndex, CU->getCompilationDir(), in verifyDebugLineRows()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 396 ? MCOS->getContext().getCompilationDir() in emitV5FileDirTables() 767 if (!context.getCompilationDir().empty()) in EmitGenDwarfAbbrev() 988 if (!context.getCompilationDir().empty()) { in EmitGenDwarfInfo() 989 MCOS->emitBytes(context.getCompilationDir()); in EmitGenDwarfInfo()
|
| H A D | MCContext.cpp | 866 if (FileName.consume_front(getCompilationDir())) in setGenDwarfRootFile() 871 /*CUID=*/0, getCompilationDir(), FileName, Cksum, None); in setGenDwarfRootFile()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFUnit.h | 404 const char *getCompilationDir();
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 36 CompDir = CU->getCompilationDir(); in CUInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 660 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 203 dwarf::toUnsigned(DeclFile, 0), U->getCompilationDir(), in constructDieID()
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | SyntheticSections.cpp | 832 SmallString<261> dir(compileUnit->getCompilationDir()); in emitBeginSourceStab()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 936 getContext().getCompilationDir(), in enabledGenDwarfForAssembly() 942 /*CUID=*/0, getContext().getCompilationDir(), RootFile.Name, in enabledGenDwarfForAssembly()
|
| H A D | MasmParser.cpp | 1307 getContext().getCompilationDir(), in enabledGenDwarfForAssembly() 1313 /*CUID=*/0, getContext().getCompilationDir(), RootFile.Name, in enabledGenDwarfForAssembly()
|