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.h195 explicit operator bool() const { return getRef(); }
197 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID()
200 return getRef()->second.U.GV; in getValue()
204 return getRef()->second.SummaryList; in getSummaryList()
212 assert(!haveGVs() || getRef()->second.U.GV); in name()
213 return haveGVs() ? getRef()->second.U.GV->getName() in name()
214 : getRef()->second.U.Name; in name()
245 const GlobalValueSummaryMapTy::value_type *getRef() const { in getRef() function
270 assert(A.getRef() && B.getRef() &&
272 return 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.cpp444 ArrayRef<uint8_t> Ref = AuxSym.getRef(); in writeSymbolStringTables()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h402 RegisterCell getRef(const RegisterRef &RR, const CellMapType &M) const { in getRef() function
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9552 assert(VIRef.first->getRef() == FwdVIRef && in addGlobalValueToIndex()
9883 if (AliaseeVI.getRef() == FwdVIRef) { in parseAliasSummary()
10058 if (VI.getRef() == FwdVIRef) in parseOptionalCalls()
10072 assert(Calls[P.first].first.getRef() == FwdVIRef && in parseOptionalCalls()
10300 if (C.Callee.getRef() == FwdVIRef) in parseOptionalParamAccesses()
10348 if (VC.VI.getRef() == FwdVIRef) in parseOptionalRefs()
10358 assert(Refs[P.first].getRef() == FwdVIRef && in parseOptionalRefs()
10746 assert(NumberedValueInfos[GVId].getRef() != FwdVIRef); in parseGVReference()
10956 if (VI.getRef() == FwdVIRef) in parseOptionalCallsites()
10969 assert(Callsites[P.first].Callee.getRef() == FwdVIRef && in parseOptionalCallsites()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2101 cast<VarDecl>(cast<DeclRefExpr>(IT->getRef())->getDecl()) in getAddressOfLocalVariable()