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/LowLevel/
H A DDWARFExpression.cpp25 std::vector<Desc> Descriptions; in getOpDescriptions() local
115 static Desc getDescImpl(ArrayRef<Desc> Descriptions, unsigned Opcode) { in getDescImpl()
123 static std::vector<Desc> Descriptions = getOpDescriptions(); in getOpDesc() local
132 std::vector<Desc> Descriptions; in getSubOpDescriptions() local
140 static std::vector<Desc> Descriptions = getSubOpDescriptions(); in getSubOpDesc() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h218 std::vector<DWARFOperation> Descriptions; member