Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.h102 void addExtraFile(StringRef FileName);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.cpp108 void DebugInlineeLinesSubsection::addExtraFile(StringRef FileName) { in addExtraFile() function in DebugInlineeLinesSubsection
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp458 Result->addExtraFile(EF); in toCodeViewSubsection()