Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tools/nogrod/
Ddwarf_constants.h300 constexpr uint64_t DW_CC_LLVM_AAPCS_VFP = 0xc4; variable
Dmain.cc820 if (die->GetUint64AttributeOr(DW_AT_calling_convention, 0) == DW_CC_LLVM_AAPCS_VFP) { in ParseFunction()