Home
last modified time | relevance | path

Searched refs:LineSource (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFContext.cpp30 Result.LineSource = BTF.findString(LineInfo->LineOff); in getLineInfoForAddress()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp452 // - use LineInfo::LineSource if available;
456 if (LineInfo.LineSource) in getLine()
457 return LineInfo.LineSource.value(); in getLine()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h44 std::optional<StringRef> LineSource; member