Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h126 struct DebugNameAbbreviation { struct
139 std::vector<DebugNameAbbreviation> Abbrevs; argument
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp135 IO &IO, DWARFYAML::DebugNameAbbreviation &DebugNameAbbreviation) { in mapping()