Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h191 explicit operator bool() const { return getRef(); }
193 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID()
196 return getRef()->second.U.GV; in getValue()
200 return getRef()->second.SummaryList; in getSummaryList()
204 return haveGVs() ? getRef()->second.U.GV->getName() in name()
205 : getRef()->second.U.Name; in name()
236 const GlobalValueSummaryMapTy::value_type *getRef() const { in getRef() function
261 assert(A.getRef() && B.getRef() &&
263 return A.getRef() == B.getRef();
267 assert(A.getRef() && B.getRef() &&
[all …]
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h405 RegisterCell getRef(const RegisterRef &RR, const CellMapType &M) const { in getRef() function
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9225 assert(VIRef.first->getRef() == FwdVIRef && in addGlobalValueToIndex()
9556 if (AliaseeVI.getRef() == FwdVIRef) { in parseAliasSummary()
9730 if (VI.getRef() == FwdVIRef) in parseOptionalCalls()
9744 assert(Calls[P.first].first.getRef() == FwdVIRef && in parseOptionalCalls()
9972 if (C.Callee.getRef() == FwdVIRef) in parseOptionalParamAccesses()
10020 if (VC.VI.getRef() == FwdVIRef) in parseOptionalRefs()
10030 assert(Refs[P.first].getRef() == FwdVIRef && in parseOptionalRefs()
10418 assert(NumberedValueInfos[GVId].getRef() != FwdVIRef); in parseGVReference()
10622 if (VI.getRef() == FwdVIRef) in parseOptionalCallsites()
10635 assert(Callsites[P.first].Callee.getRef() == FwdVIRef && in parseOptionalCallsites()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2104 cast<VarDecl>(cast<DeclRefExpr>(IT->getRef())->getDecl()) in getAddressOfLocalVariable()