Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDXContainer.cpp59 ArrayRef<EnumEntry<SigComponentType>> dxbc::getSigComponentTypes() { in getSigComponentTypes() function in dxbc
/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h468 ArrayRef<EnumEntry<SigComponentType>> getSigComponentTypes();
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp271 for (const auto &E : dxbc::getSigComponentTypes()) in enumeration()