Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h136 getAsFile(DILineInfoSpecifier::FileLineInfoKind Kind) const;
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp773 DWARFFormValue::getAsFile(DILineInfoSpecifier::FileLineInfoKind Kind) const { in getAsFile() function in DWARFFormValue
H A DDWARFDie.cpp481 if (auto OptString = FormValue->getAsFile(Kind)) in getDeclFile()