Home
last modified time | relevance | path

Searched refs:FileIdxValue (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1674 const DWARFFormValue &FileIdxValue) { in getDirAndFilenameFromLineTable() argument
1676 if (std::optional<uint64_t> Val = FileIdxValue.getAsUnsignedConstant()) in getDirAndFilenameFromLineTable()
1678 else if (std::optional<int64_t> Val = FileIdxValue.getAsSignedConstant()) in getDirAndFilenameFromLineTable()
1680 else if (std::optional<uint64_t> Val = FileIdxValue.getAsSectionOffset()) in getDirAndFilenameFromLineTable()
H A DDWARFLinkerCompileUnit.h442 getDirAndFilenameFromLineTable(const DWARFFormValue &FileIdxValue);