Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp141 FileNum, U.getOrigUnit().getCompilationDir(), in getChildDeclContext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1126 CU->getCompilationDir(), in addLocalsForDie()
1172 {Address.Address, Address.SectionIndex}, CU->getCompilationDir(), in getLineInfoForAddress()
1214 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange()
1246 CU->getCompilationDir(), Spec.FLIKind, Frame)) in getInliningInfoForAddress()
1269 {Address.Address, Address.SectionIndex}, CU->getCompilationDir(), in getInliningInfoForAddress()
1275 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
DDWARFDie.cpp260 U->getCompilationDir(), in dumpAttribute()
DDWARFUnit.cpp376 const char *DWARFUnit::getCompilationDir() { in getCompilationDir() function in DWARFUnit
DDWARFVerifier.cpp730 FileIndex, CU->getCompilationDir(), in verifyDebugLineRows()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp638 if (FileName.consume_front(getCompilationDir())) in setGenDwarfRootFile()
643 /*CUID=*/0, getCompilationDir(), FileName, Cksum, None); in setGenDwarfRootFile()
DMCDwarf.cpp392 ? MCOS->getContext().getCompilationDir() in emitV5FileDirTables()
820 if (!context.getCompilationDir().empty()) in EmitGenDwarfAbbrev()
1031 if (!context.getCompilationDir().empty()) { in EmitGenDwarfInfo()
1032 MCOS->EmitBytes(context.getCompilationDir()); in EmitGenDwarfInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h410 const char *getCompilationDir();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h527 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp873 getContext().getCompilationDir(), in enabledGenDwarfForAssembly()
879 /*CUID=*/0, getContext().getCompilationDir(), RootFile.Name, in enabledGenDwarfForAssembly()