HomeSort by: relevance | last modified time | path
    Searched refs:getPubnamesSection (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFObject.h 54 virtual const DWARFSection &getPubnamesSection() const { return Dummy; }
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
dwarf2yaml.cpp 200 dumpPubSection(DCtx, D.getPubnamesSection(), /*IsGNUStyle=*/false);
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 632 DObj->getPubnamesSection().Data)) {
633 DWARFDataExtractor PubTableData(*DObj, DObj->getPubnamesSection(),
1928 const DWARFSection &getPubnamesSection() const override { return PubnamesSection; }

Completed in 19 milliseconds