Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h106 void addExtraFile(StringRef FileName);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp107 void DebugInlineeLinesSubsection::addExtraFile(StringRef FileName) { in addExtraFile() function in DebugInlineeLinesSubsection
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp457 Result->addExtraFile(EF); in toCodeViewSubsection()