Home
last modified time | relevance | path

Searched refs:SkipPubSection (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerCompileUnit.cpp127 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/
DDWARFLinkerCompileUnit.cpp135 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()
DDWARFLinker.cpp1280 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()
DDWARFStreamer.cpp710 if (Name.SkipPubSection) in emitPubSectionForUnit()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h215 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/
DDWARFLinkerCompileUnit.h219 bool SkipPubSection; member
225 bool SkipPubSection = false)
226 : Name(Name), Die(Die), SkipPubSection(SkipPubSection) {} in Name()
231 SkipPubSection(false), in AccelInfo()
DDWARFLinker.h681 OffsetsStringPool &StringPool, bool SkipPubSection);
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp306 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()