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/
DDWARFFormValue.h134 getAsFile(DILineInfoSpecifier::FileLineInfoKind Kind) const;
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp776 DWARFFormValue::getAsFile(DILineInfoSpecifier::FileLineInfoKind Kind) const { in getAsFile() function in DWARFFormValue
DDWARFDie.cpp476 if (auto OptString = FormValue->getAsFile(Kind)) in getDeclFile()