Home
last modified time | relevance | path

Searched refs:getRef (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h176 explicit operator bool() const { return getRef(); }
178 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID()
181 return getRef()->second.U.GV; in getValue()
185 return getRef()->second.SummaryList; in getSummaryList()
189 return haveGVs() ? getRef()->second.U.GV->getName() in name()
190 : getRef()->second.U.Name; in name()
221 const GlobalValueSummaryMapTy::value_type *getRef() const { in getRef() function
239 assert(A.getRef() && B.getRef() &&
241 return A.getRef() == B.getRef();
245 assert(A.getRef() && B.getRef() &&
[all …]
/third_party/jsframework/runtime/vdom/
DDocument.ts134 public getRef(ref: string) { method in Document
194 const $root = this.getRef('_root');
/third_party/jsframework/runtime/main/page/api/
Dmisc.ts78 const el: Element = page.doc.getRef(ref);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DBitTracker.h404 RegisterCell getRef(const RegisterRef &RR, const CellMapType &M) const { in getRef() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp7960 assert(VIRef.first->getRef() == FwdVIRef && in AddGlobalValueToIndex()
8235 if (AliaseeVI.getRef() == FwdVIRef) { in ParseAliasSummary()
8368 if (VI.getRef() == FwdVIRef) in ParseOptionalCalls()
8380 assert(Calls[P.first].first.getRef() == FwdVIRef && in ParseOptionalCalls()
8519 if (VC.VI.getRef() == FwdVIRef) in ParseOptionalRefs()
8528 assert(Refs[P.first].getRef() == FwdVIRef && in ParseOptionalRefs()
8895 assert(NumberedValueInfos[GVId].getRef() != FwdVIRef); in ParseGVReference()