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

  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinkerCompileUnit.cpp 95 if (Ctxt && Ctxt->getCanonicalDIEOffset())
96 Attr.set(Ctxt->getCanonicalDIEOffset());
DWARFLinker.cpp 291 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset();
293 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset() > 0 &&
294 Info.Ctxt->getCanonicalDIEOffset() <= ModulesEndOffset;
647 bool IsModuleRef = Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset() &&
662 Info.Ctxt->getCanonicalDIEOffset() && isODRAttribute(AttrSpec.Attr))
667 Info.Ctxt->getCanonicalDIEOffset()))
892 if (Ctxt && Ctxt->getCanonicalDIEOffset()) {
893 DIEInteger Attr(Ctxt->getCanonicalDIEOffset());
1361 !Info.Ctxt->getCanonicalDIEOffset()) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinkerDeclContext.h 94 uint32_t getCanonicalDIEOffset() const { return CanonicalDIEOffset; }

Completed in 20 milliseconds