Home
last modified time | relevance | path

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

/bionic/tools/versioner/src/
DDeclarationDatabase.cpp74 if (auto asm_attr = decl->getAttr<AsmLabelAttr>()) { in getDeclName() local
75 return asm_attr->getLabel().str(); in getDeclName()