Searched refs:addObjCAccelerator (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.cpp | 133 void CompileUnit::addObjCAccelerator(const DIE *Die, in addObjCAccelerator() function in llvm::CompileUnit
|
H A D | DWARFLinker.cpp | 1263 void DWARFLinker::DIECloner::addObjCAccelerator(CompileUnit &Unit, in addObjCAccelerator() function in llvm::DWARFLinker::DIECloner 1286 Unit.addObjCAccelerator(Die, StringPool.getEntry(ClassName), SkipPubSection); in addObjCAccelerator() 1292 Unit.addObjCAccelerator(Die, StringPool.getEntry(ClassNameNoCategory), in addObjCAccelerator() 1465 addObjCAccelerator(Unit, Die, AttrInfo.Name, StringPool, in cloneDIE()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.h | 199 void addObjCAccelerator(const DIE *Die, DwarfStringPoolEntryRef Name,
|
H A D | DWARFLinker.h | 690 void addObjCAccelerator(CompileUnit &Unit, const DIE *Die,
|