Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h243 bool ObjcClassImplementation,
260 bool ObjcClassImplementation; member
270 ObjcClassImplementation(ObjCClassIsImplementation) {} in AccelInfo()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.h125 ObjcClassImplementation = false; in AccelInfo()
147 bool ObjcClassImplementation : 1; member
H A DDWARFLinkerImpl.cpp1245 Info.ObjcClassImplementation ? dwarf::DW_FLAG_type_implementation in emitAppleAcceleratorSections()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.cpp211 bool ObjcClassImplementation, in addTypeAccelerator() argument
213 Pubtypes.emplace_back(Name, Die, QualifiedNameHash, ObjcClassImplementation); in addTypeAccelerator()
H A DDWARFLinker.cpp2364 Pubtype.ObjcClassImplementation ? dwarf::DW_FLAG_type_implementation in emitAcceleratorEntriesForUnit()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerUnit.h