Home
last modified time | relevance | path

Searched refs:getAttrByIndex (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFAbbreviationDeclaration.h35 uint16_t getAttrByIndex(uint32_t idx) const { in getAttrByIndex() function
DDWARFDebugInfoEntry.cpp45 uint16_t attr = AbbrevDecl->getAttrByIndex(i); in dump()
235 uint16_t attr = AbbrevDecl->getAttrByIndex(i); in extract()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h110 dwarf::Attribute getAttrByIndex(uint32_t idx) const { in getAttrByIndex() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp601 AttrValue.Attr = AbbrDecl.getAttrByIndex(Index); in updateForIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp1684 auto A = it->getAttrByIndex(0); in TEST()