Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.h81 void addImport(StringRef Module, uint32_t ImportId);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.cpp54 void DebugCrossModuleImportsSubsection::addImport(StringRef Module, in addImport() function in DebugCrossModuleImportsSubsection
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp483 Result->addImport(M.ModuleName, Id); in toCodeViewSubsection()