Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/
H A 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()
H A DDWARFUnit.cpp126 const char *DWARFUnit::getCompilationDir() { in getCompilationDir() function in DWARFUnit
H A DDWARFDebugInfoEntry.cpp146 u->getCompilationDir(), in dumpAttribute()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDWARFUnit.h203 const char *getCompilationDir();
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h312 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir() function
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp535 if (!context.getCompilationDir().empty()) in EmitGenDwarfAbbrev()
737 if (!context.getCompilationDir().empty()) { in EmitGenDwarfInfo()
738 MCOS->EmitBytes(context.getCompilationDir()); in EmitGenDwarfInfo()