Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h136 struct DebugNameEntry { struct
144 std::vector<DebugNameEntry> Entries; argument
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp142 IO &IO, DWARFYAML::DebugNameEntry &DebugNameEntry) { in mapping()