Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h60 std::vector<uint32_t> ImportIds; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp292 IO.mapRequired("Imports", Obj.ImportIds); in mapping()
483 for (const auto Id : M.ImportIds) in toCodeViewSubsection()
666 YCMI.ImportIds.assign(CMI.Imports.begin(), CMI.Imports.end()); in fromCodeViewSubsection()