/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 485 LineTable->getFileLineInfoForAddress(Address, CU->getCompilationDir(), in getLineInfoForAddress() 522 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange() 552 LineTable->getFileLineInfoForAddress(Address, CU->getCompilationDir(), in getInliningInfoForAddress() 574 LineTable->getFileLineInfoForAddress(Address, CU->getCompilationDir(), in getInliningInfoForAddress() 580 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
|
D | DWARFUnit.cpp | 143 const char *DWARFUnit::getCompilationDir() { in getCompilationDir() function in llvm::DWARFUnit
|
D | DWARFDebugInfoEntry.cpp | 146 u->getCompilationDir(), in dumpAttribute()
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinkerDeclContext.cpp | 145 FileNum, U.getOrigUnit().getCompilationDir(), in getChildDeclContext()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/ |
D | DWARFLinkerDeclContext.cpp | 141 FileNum, U.getOrigUnit().getCompilationDir(), in getChildDeclContext()
|
/external/bcc/src/cc/ |
D | bcc_debug.cc | 205 (uint64_t)FuncStart + Index, CU->getCompilationDir(), in dump()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1126 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()
|
D | DWARFDie.cpp | 260 U->getCompilationDir(), in dumpAttribute()
|
D | DWARFUnit.cpp | 376 const char *DWARFUnit::getCompilationDir() { in getCompilationDir() function in DWARFUnit
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1191 CU->getCompilationDir(), in addLocalsForDie() 1238 {Address.Address, Address.SectionIndex}, CU->getCompilationDir(), in getLineInfoForAddress() 1282 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange() 1315 CU->getCompilationDir(), Spec.FLIKind, Frame)) in getInliningInfoForAddress() 1339 {Address.Address, Address.SectionIndex}, CU->getCompilationDir(), in getInliningInfoForAddress() 1345 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
|
D | DWARFDie.cpp | 259 U->getCompilationDir(), in dumpAttribute() 578 LT->getFileNameByIndex(*DeclFile, U->getCompilationDir(), Kind, FileName); in getDeclFile()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 209 const char *getCompilationDir();
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCContext.cpp | 638 if (FileName.consume_front(getCompilationDir())) in setGenDwarfRootFile() 643 /*CUID=*/0, getCompilationDir(), FileName, Cksum, None); in setGenDwarfRootFile()
|
D | MCDwarf.cpp | 392 ? 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()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCContext.cpp | 771 if (FileName.consume_front(getCompilationDir())) in setGenDwarfRootFile() 776 /*CUID=*/0, getCompilationDir(), FileName, Cksum, None); in setGenDwarfRootFile()
|
D | MCDwarf.cpp | 411 ? MCOS->getContext().getCompilationDir() in emitV5FileDirTables() 850 if (!context.getCompilationDir().empty()) in EmitGenDwarfAbbrev() 1071 if (!context.getCompilationDir().empty()) { in EmitGenDwarfInfo() 1072 MCOS->emitBytes(context.getCompilationDir()); in EmitGenDwarfInfo()
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 533 if (!context.getCompilationDir().empty()) in EmitGenDwarfAbbrev() 735 if (!context.getCompilationDir().empty()) { in EmitGenDwarfInfo() 736 MCOS->EmitBytes(context.getCompilationDir()); in EmitGenDwarfInfo()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 392 const char *getCompilationDir();
|
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 431 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 410 const char *getCompilationDir();
|
/external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
D | DwarfTransformer.cpp | 36 CompDir = CU->getCompilationDir(); in CUInfo()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCContext.h | 582 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCContext.h | 527 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir() function
|
/external/llvm-project/llvm/tools/llvm-dwarfdump/ |
D | Statistics.cpp | 193 dwarf::toUnsigned(DeclFile, 0), U->getCompilationDir(), in constructDieID()
|
/external/llvm-project/lld/MachO/ |
D | SyntheticSections.cpp | 585 SmallString<261> dir(compileUnit->getCompilationDir()); in emitBeginSourceStab()
|