Home
last modified time | relevance | path

Searched defs:Descriptions (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp26 std::vector<Desc> Descriptions; in getOpDescriptions() local
112 static Desc getDescImpl(ArrayRef<Desc> Descriptions, unsigned Opcode) { in getDescImpl()
120 static std::vector<Desc> Descriptions = getOpDescriptions(); in getOpDesc() local
129 std::vector<Desc> Descriptions; in getSubOpDescriptions() local
137 static std::vector<Desc> Descriptions = getSubOpDescriptions(); in getSubOpDesc() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h214 std::vector<DWARFOperation> Descriptions; member