Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp77 getAbbrevTableContentByIndex(AbbrevTable.index()).size(); in getAbbrevTableInfoByID()
DDWARFEmitter.cpp97 StringRef DWARFYAML::Data::getAbbrevTableContentByIndex(uint64_t Index) const { in getAbbrevTableContentByIndex() function in DWARFYAML::Data
134 StringRef AbbrevTableContent = DI.getAbbrevTableContentByIndex(I); in emitDebugAbbrev()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h240 StringRef getAbbrevTableContentByIndex(uint64_t Index) const;