Home
last modified time | relevance | path

Searched refs:getCanonicalDIEOffset (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerCompileUnit.cpp87 if (Ctxt && Ctxt->getCanonicalDIEOffset()) in fixupForwardReferences()
88 Attr.set(Ctxt->getCanonicalDIEOffset()); in fixupForwardReferences()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerDeclContext.h90 uint32_t getCanonicalDIEOffset() const { return CanonicalDIEOffset; } in getCanonicalDIEOffset() function