Searched refs:SkipPubSection (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/ |
D | DWARFLinkerCompileUnit.cpp | 127 bool SkipPubSection) { in addObjCAccelerator() argument 128 ObjC.emplace_back(Name, Die, SkipPubSection); in addObjCAccelerator() 133 bool SkipPubSection) { in addNameAccelerator() argument 134 Pubnames.emplace_back(Name, Die, SkipPubSection); in addNameAccelerator()
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinkerCompileUnit.cpp | 135 bool SkipPubSection) { in addObjCAccelerator() argument 136 ObjC.emplace_back(Name, Die, SkipPubSection); in addObjCAccelerator() 141 bool SkipPubSection) { in addNameAccelerator() argument 142 Pubnames.emplace_back(Name, Die, SkipPubSection); in addNameAccelerator()
|
D | DWARFLinker.cpp | 1280 bool SkipPubSection) { in addObjCAccelerator() argument 1294 Unit.addNameAccelerator(Die, StringPool.getEntry(Selector), SkipPubSection); in addObjCAccelerator() 1299 Unit.addObjCAccelerator(Die, StringPool.getEntry(ClassName), SkipPubSection); in addObjCAccelerator() 1306 SkipPubSection); in addObjCAccelerator() 1313 SkipPubSection); in addObjCAccelerator()
|
D | DWARFStreamer.cpp | 710 if (Name.SkipPubSection) in emitPubSectionForUnit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerCompileUnit.h | 215 bool SkipPubSection; member 221 bool SkipPubSection = false) 222 : Name(Name), Die(Die), SkipPubSection(SkipPubSection) {} in Name() 227 SkipPubSection(false), in AccelInfo()
|
/external/llvm-project/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerCompileUnit.h | 219 bool SkipPubSection; member 225 bool SkipPubSection = false) 226 : Name(Name), Die(Die), SkipPubSection(SkipPubSection) {} in Name() 231 SkipPubSection(false), in AccelInfo()
|
D | DWARFLinker.h | 681 OffsetsStringPool &StringPool, bool SkipPubSection);
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 306 bool SkipPubSection; ///< Emit this entry only in the apple_* sections. member 309 bool SkipPubSection = false) in AccelInfo() 311 SkipPubSection(SkipPubSection) {} in AccelInfo() 452 uint32_t Offset, bool SkipPubSection) { in addNameAccelerator() argument 453 Pubnames.emplace_back(Name, Die, Offset, SkipPubSection); in addNameAccelerator() 1043 if (Name.SkipPubSection) in emitPubSectionForUnit()
|