Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMException.cpp80 ARMExSectionTuple* exTuple = exMap->getOrCreateByExSection(name); in scanInputExceptionSections()
84 ARMExSectionTuple* exTuple = exMap->getOrCreateByExSection(name); in scanInputExceptionSections()
DARMException.h196 ARMExSectionTuple* getOrCreateByExSection(llvm::StringRef pName) { in getOrCreateByExSection() function