Searched refs:EncodingName (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | DWARFEmitter.cpp | 706 static Error writeListEntryAddress(StringRef EncodingName, raw_ostream &OS, in writeListEntryAddress() argument 712 EncodingName.str().c_str(), in writeListEntryAddress() 758 StringRef EncodingName = dwarf::RangeListEncodingString(Entry.Operator); in writeListEntry() local 761 return checkOperandCount(EncodingName, Entry.Values, ExpectedOperands); in writeListEntry() 765 return writeListEntryAddress(EncodingName, OS, Addr, AddrSize, in writeListEntry() 819 StringRef EncodingName = dwarf::LocListEncodingString(Entry.Operator); in writeListEntry() local 822 return checkOperandCount(EncodingName, Entry.Values, ExpectedOperands); in writeListEntry() 826 return writeListEntryAddress(EncodingName, OS, Addr, AddrSize, in writeListEntry()
|