Home
last modified time | relevance | path

Searched refs:getRef (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h176 explicit operator bool() const { return getRef(); } in operator bool()
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() && in operator ==()
241 return A.getRef() in operator ==()
[all...]
/third_party/rust/crates/cxx/tests/ffi/
H A Dlib.rs197 fn getRef(self: &C) -> &usize; in getRef() functions
H A Dtests.h48 const size_t &getRef() const;
H A Dtests.cc26 const size_t &C::getRef() const { return this->n; } in getRef() function in tests::C
/third_party/rust/crates/cxx/tests/
H A Dtest.rs258 assert_eq!(2021, *unique_ptr.getRef()); in test_c_method_calls()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DBitTracker.h404 RegisterCell getRef(const RegisterRef &RR, const CellMapType &M) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp7960 assert(VIRef.first->getRef() == FwdVIRef &&
8235 if (AliaseeVI.getRef() == FwdVIRef) {
8368 if (VI.getRef() == FwdVIRef)
8380 assert(Calls[P.first].first.getRef() == FwdVIRef &&
8519 if (VC.VI.getRef() == FwdVIRef)
8528 assert(Refs[P.first].getRef() == FwdVIRef &&
8895 assert(NumberedValueInfos[GVId].getRef() != FwdVIRef);

Completed in 15 milliseconds