Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp485 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()
DDWARFUnit.cpp143 const char *DWARFUnit::getCompilationDir() { in getCompilationDir() function in llvm::DWARFUnit
DDWARFDebugInfoEntry.cpp146 u->getCompilationDir(), in dumpAttribute()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDeclContext.cpp143 FileNum, U.getOrigUnit().getCompilationDir(), in getChildDeclContext()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp953 LineTable->getFileLineInfoForAddress(Address, CU->getCompilationDir(), in getLineInfoForAddress()
993 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange()
1024 LineTable->getFileLineInfoForAddress(Address, CU->getCompilationDir(), in getInliningInfoForAddress()
1047 LineTable->getFileLineInfoForAddress(Address, CU->getCompilationDir(), in getInliningInfoForAddress()
1053 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
DDWARFDie.cpp218 U->getCompilationDir(), in dumpAttribute()
DDWARFUnit.cpp203 const char *DWARFUnit::getCompilationDir() { in getCompilationDir() function in DWARFUnit
DDWARFVerifier.cpp615 FileIndex, CU->getCompilationDir(), in verifyDebugLineRows()
/external/bcc/src/cc/
Dbcc_debug.cc205 (uint64_t)FuncStart + Index, CU->getCompilationDir(), in dump()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h209 const char *getCompilationDir();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp512 emitV5FileDirTables(MCOS, LineStr, context.getCompilationDir()); in Emit()
814 if (!context.getCompilationDir().empty()) in EmitGenDwarfAbbrev()
1019 if (!context.getCompilationDir().empty()) { in EmitGenDwarfInfo()
1020 MCOS->EmitBytes(context.getCompilationDir()); in EmitGenDwarfInfo()
/external/llvm/lib/MC/
DMCDwarf.cpp533 if (!context.getCompilationDir().empty()) in EmitGenDwarfAbbrev()
735 if (!context.getCompilationDir().empty()) { in EmitGenDwarfInfo()
736 MCOS->EmitBytes(context.getCompilationDir()); in EmitGenDwarfInfo()
/external/llvm/include/llvm/MC/
DMCContext.h431 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc/
Dllvm-mc.cpp410 /*CUID=*/0, Ctx.getCompilationDir(), in main()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h445 const char *getCompilationDir();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCContext.h491 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir() function