HomeSort by relevance Sort by last modified time
    Searched refs:getCanonicalDIEOffset (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
CompileUnit.cpp 82 if (Ctxt && Ctxt->getCanonicalDIEOffset())
83 Attr.set(Ctxt->getCanonicalDIEOffset());
DeclContext.h 92 uint32_t getCanonicalDIEOffset() const { return CanonicalDIEOffset; }
DwarfLinker.cpp 275 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset();
721 bool IsModuleRef = Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset() &&
734 Info.Ctxt->getCanonicalDIEOffset() && isODRAttribute(AttrSpec.Attr))
739 Info.Ctxt->getCanonicalDIEOffset()))
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 130 uint32_t getCanonicalDIEOffset() const { return CanonicalDIEOffset; }
424 if (Ctxt && Ctxt->getCanonicalDIEOffset())
425 Attr.set(Ctxt->getCanonicalDIEOffset());
    [all...]

Completed in 47 milliseconds