Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp221 DIEValue DIE::findAttribute(dwarf::Attribute Attribute) const { in findAttribute() function in DIE
H A DDwarfDebug.cpp2316 if (DIEValue SpecVal = Die->findAttribute(dwarf::DW_AT_specification)) { in computeIndexValue()
2318 if (SpecDIE.findAttribute(dwarf::DW_AT_external)) in computeIndexValue()
2320 } else if (Die->findAttribute(dwarf::DW_AT_external)) in computeIndexValue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h864 DIEValue findAttribute(dwarf::Attribute Attribute) const;