Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp413 LineTable->getFileLineInfoForAddress(Address, CU->getCompilationDir(), in getLineInfoForAddress()
450 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange()
480 LineTable->getFileLineInfoForAddress(Address, CU->getCompilationDir(), in getInliningInfoForAddress()
502 LineTable->getFileLineInfoForAddress(Address, CU->getCompilationDir(), in getInliningInfoForAddress()
508 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
DDWARFUnit.cpp126 const char *DWARFUnit::getCompilationDir() { in getCompilationDir() function in DWARFUnit
DDWARFDebugInfoEntry.cpp146 u->getCompilationDir(), in dumpAttribute()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h204 const char *getCompilationDir();
/external/llvm/lib/MC/
DMCDwarf.cpp527 if (!context.getCompilationDir().empty()) in EmitGenDwarfAbbrev()
729 if (!context.getCompilationDir().empty()) { in EmitGenDwarfInfo()
730 MCOS->EmitBytes(context.getCompilationDir()); in EmitGenDwarfInfo()
/external/llvm/include/llvm/MC/
DMCContext.h387 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir() function