Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h180 explicit operator bool() const { return getRef(); }
182 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID()
185 return getRef()->second.U.GV; in getValue()
189 return getRef()->second.SummaryList; in getSummaryList()
193 return haveGVs() ? getRef()->second.U.GV->getName() in name()
194 : getRef()->second.U.Name; in name()
225 const GlobalValueSummaryMapTy::value_type *getRef() const { in getRef() function
250 assert(A.getRef() && B.getRef() &&
252 return A.getRef() == B.getRef();
256 assert(A.getRef() && B.getRef() &&
[all …]
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h75 ArrayRef<uint8_t> getRef() const { in getRef() function
H A DCOFFWriter.cpp366 ArrayRef<uint8_t> Ref = AuxSym.getRef(); in writeSymbolStringTables()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DBitTracker.h405 RegisterCell getRef(const RegisterRef &RR, const CellMapType &M) const { in getRef() function
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp8609 assert(VIRef.first->getRef() == FwdVIRef && in addGlobalValueToIndex()
8935 if (AliaseeVI.getRef() == FwdVIRef) { in parseAliasSummary()
9094 if (VI.getRef() == FwdVIRef) in parseOptionalCalls()
9107 assert(Calls[P.first].first.getRef() == FwdVIRef && in parseOptionalCalls()
9335 if (C.Callee.getRef() == FwdVIRef) in parseOptionalParamAccesses()
9383 if (VC.VI.getRef() == FwdVIRef) in parseOptionalRefs()
9393 assert(Refs[P.first].getRef() == FwdVIRef && in parseOptionalRefs()
9771 assert(NumberedValueInfos[GVId].getRef() != FwdVIRef); in parseGVReference()
9976 if (VI.getRef() == FwdVIRef) in parseOptionalCallsites()
9989 assert(Callsites[P.first].Callee.getRef() == FwdVIRef && in parseOptionalCallsites()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp3383 cast<VarDecl>(cast<DeclRefExpr>(IT->getRef())->getDecl()) in getAddressOfLocalVariable()