Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h135 getAsFile(DILineInfoSpecifier::FileLineInfoKind Kind) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp758 DWARFFormValue::getAsFile(DILineInfoSpecifier::FileLineInfoKind Kind) const { in getAsFile() function in DWARFFormValue
H A DDWARFDie.cpp478 if (auto OptString = FormValue->getAsFile(Kind)) in getDeclFile()