Home
last modified time | relevance | path

Searched refs:getFileNameByIndex (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h119 getFileNameByIndex(uint64_t FileIndex, StringRef CompDir,
257 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex() function
260 return Prologue.getFileNameByIndex(FileIndex, CompDir, Kind, Result); in getFileNameByIndex()
/openbsd-src/gnu/llvm/lld/Common/
H A DDWARF.cpp81 if (!it->second.lt->getFileNameByIndex( in getVariableLoc()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp200 bool FoundFileName = LineTable.getFileNameByIndex( in getResolvedPath()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp893 LT->getFileNameByIndex( in createScopes()
896 LT->getFileNameByIndex( in createScopes()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp76 if (LineTable->getFileNameByIndex( in DWARFToGSYMFileIndex()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1276 LT->getFileNameByIndex( in addLocalsForDie()
1386 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange()
1452 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
H A DDWARFDebugLine.cpp1353 bool DWARFDebugLine::Prologue::getFileNameByIndex( in getFileNameByIndex() function in DWARFDebugLine::Prologue
1415 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
H A DDWARFFormValue.cpp782 if (LT->getFileNameByIndex(Value.uval, DLU->getCompilationDir(), Kind, in getAsFile()
H A DDWARFDie.cpp136 if (LT->getFileNameByIndex( in dumpAttribute()
H A DDWARFVerifier.cpp887 const bool HasFullPath = LineTable->getFileNameByIndex( in verifyDebugLineRows()
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp498 Result &= LT.getFileNameByIndex( in collectLineTableSources()
H A DStatistics.cpp240 if (LT->getFileNameByIndex( in constructDieID()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp197 if (prologue.getFileNameByIndex(idx, compile_dir, absolute, abs_path, style)) in GetFileByIndex()
203 if (!prologue.getFileNameByIndex(idx, compile_dir, relative, rel_path, style)) in GetFileByIndex()