Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h105 void addExtraFile(StringRef FileName);
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp108 void DebugInlineeLinesSubsection::addExtraFile(StringRef FileName) { in addExtraFile() function in DebugInlineeLinesSubsection
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp455 Result->addExtraFile(EF); in toCodeViewSubsection()