Home
last modified time | relevance | path

Searched refs:AbbrevTableInfo (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h235 struct AbbrevTableInfo { struct
239 Expected<AbbrevTableInfo> getAbbrevTableInfoByID(uint64_t ID) const;
243 mutable std::unordered_map<uint64_t, AbbrevTableInfo> AbbrevTableInfoMap;
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp58 Expected<DWARFYAML::Data::AbbrevTableInfo>
67 {AbbrevTableID, AbbrevTableInfo{/*Index=*/AbbrevTable.index(), in getAbbrevTableInfoByID()
DDWARFEmitter.cpp276 Expected<DWARFYAML::Data::AbbrevTableInfo> AbbrevTableInfoOrErr = in writeDIE()
449 if (Expected<DWARFYAML::Data::AbbrevTableInfo> AbbrevTableInfoOrErr = in emitDebugInfo()