Home
last modified time | relevance | path

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

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