Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h134 getAsFile(DILineInfoSpecifier::FileLineInfoKind Kind) const;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp776 DWARFFormValue::getAsFile(DILineInfoSpecifier::FileLineInfoKind Kind) const { in getAsFile() function in DWARFFormValue
H A DDWARFDie.cpp476 if (auto OptString = FormValue->getAsFile(Kind)) in getDeclFile()