Home
last modified time | relevance | path

Searched refs:LocSectionSize (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp107 LocSectionSize = 0; in init()
427 Attr.first.set(LocSectionSize); in emitLocationsForUnit()
434 LocSectionSize += 2 * AddressSize; in emitLocationsForUnit()
461 LocSectionSize += Length + 2; in emitLocationsForUnit()
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFStreamer.h195 uint64_t LocSectionSize = 0; variable
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp487 uint32_t LocSectionSize; member in llvm::dsymutil::__anondabe43b60111::DwarfStreamer
642 LocSectionSize = 0; in init()
857 Attr.first.set(LocSectionSize); in emitLocationsForUnit()
864 LocSectionSize += 2 * AddressSize; in emitLocationsForUnit()
878 LocSectionSize += Length + 2; in emitLocationsForUnit()