Home
last modified time | relevance | path

Searched refs:ImportIds (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h60 std::vector<uint32_t> ImportIds; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp289 IO.mapRequired("Imports", Obj.ImportIds); in mapping()
480 for (const auto Id : M.ImportIds) in toCodeViewSubsection()
663 YCMI.ImportIds.assign(CMI.Imports.begin(), CMI.Imports.end()); in fromCodeViewSubsection()