Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp210 DIEValue DIE::findAttribute(dwarf::Attribute Attribute) const { in findAttribute() function in DIE
H A DAccelTable.cpp404 Parent && !Parent->findAttribute(dwarf::Attribute::DW_AT_declaration)) in getDefiningParentDieOffset()
H A DDwarfDebug.cpp2466 if (DIEValue SpecVal = Die->findAttribute(dwarf::DW_AT_specification)) { in computeIndexValue()
2468 if (SpecDIE.findAttribute(dwarf::DW_AT_external)) in computeIndexValue()
2470 } else if (Die->findAttribute(dwarf::DW_AT_external)) in computeIndexValue()
H A DDwarfCompileUnit.cpp1280 !CalleeDIE->findAttribute(dwarf::DW_AT_linkage_name)) { in constructCallSiteEntryDIE()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h952 DIEValue findAttribute(dwarf::Attribute Attribute) const;