Home
last modified time | relevance | path

Searched defs:Ref (Results 1 – 25 of 62) sorted by relevance

123

/external/llvm/lib/IR/
DMetadataTracking.cpp25 bool MetadataTracking::track(void *Ref, Metadata &MD, OwnerTy Owner) { in track()
36 void MetadataTracking::untrack(void *Ref, Metadata &MD) { in untrack()
42 bool MetadataTracking::retrack(void *Ref, Metadata &MD, void *New) { in retrack()
DMetadata.cpp123 void ReplaceableMetadataImpl::addRef(void *Ref, OwnerTy Owner) { in addRef()
134 void ReplaceableMetadataImpl::dropRef(void *Ref) { in dropRef()
140 void ReplaceableMetadataImpl::moveRef(void *Ref, void *New, in moveRef()
180 Metadata *&Ref = *static_cast<Metadata **>(Pair.first); in replaceAllUsesWith() local
600 void MDNode::handleChangedOperand(void *Ref, Metadata *New) { in handleChangedOperand()
DDebugInfo.cpp153 for (DITypeRef Ref : ST->getTypeArray()) in processType() local
/external/llvm/include/llvm/IR/
DMetadataTracking.h53 static bool track(void *Ref, Metadata &MD, Metadata &Owner) { in track()
62 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) { in track()
DTrackingMDRef.h106 TrackingMDRef Ref; variable
/external/eigen/Eigen/src/Core/
DRef.h17 …onditional<PlainObjectType::IsVectorAtCompileTime,InnerStride<1>,OuterStride<> >::type > class Ref; variable
/external/llvm/unittests/Support/
DConvertUTFTest.cpp22 ArrayRef<char> Ref(Src, sizeof(Src) - 1); in TEST() local
33 ArrayRef<char> Ref(Src, sizeof(Src) - 1); in TEST() local
44 StringRef Ref(Src, sizeof(Src) - 1); in TEST() local
DProgramTest.cpp83 ArrayRef<char> Ref{reinterpret_cast<char const *>(Var), in SetUp() local
/external/clang/test/CodeGenObjCXX/
Dblocks.mm78 struct Wrapper1 { NSUUID *Ref; }; field
/external/llvm/lib/Support/
DRegex.cpp154 StringRef Ref = Repl.slice(0, Repl.find_first_not_of("0123456789")); in sub() local
/external/llvm/bindings/ocaml/transforms/passmgr_builder/
Dpassmgr_builder_ocaml.c39 static value alloc_pmbuilder(LLVMPassManagerBuilderRef Ref) { in alloc_pmbuilder()
/external/llvm/include/llvm/Support/
DErrorOr.h46 ReferenceStorage(T &Ref) : Storage(&Ref) {} in ReferenceStorage()
/external/eigen/test/
Dnomalloc.cpp187 …typedef Eigen::Ref<const Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic, Flag > > Re… in test_reference() typedef
/external/llvm/unittests/IR/
DConstantsTest.cpp339 GlobalVariable *Ref = in TEST() local
359 auto *Ref = in TEST() local
/external/clang/lib/CodeGen/
DCGCXX.cpp152 auto *Ref = cast<llvm::GlobalValue>(GetAddrOfGlobal(TargetDecl)); in TryEmitDefinitionAsAlias() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h340 template <typename T> T *resolve(TypedDINodeRef<T> Ref) const { in resolve()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp294 const MCSymbolRefExpr *Ref = in getTTypeGlobalReference() local
/external/llvm/lib/Object/
DCOFFObjectFile.cpp262 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref, in getSectionName()
282 std::error_code COFFObjectFile::getSectionContents(DataRefImpl Ref, in getSectionContents()
722 ExportDirectoryEntryRef Ref(ExportDirectory, in export_directory_end() local
981 DataRefImpl Ref; in getRelocationSymbol() local
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp240 static AsmToken intToken(StringRef Ref, APInt &Value) in intToken()
/external/libvpx/libvpx/test/
Dvariance_test.cc738 TEST_P(VpxVarianceTest, Ref) { RefTest(); } in TEST_P() argument
742 TEST_P(SumOfSquaresTest, Ref) { RefTest(); } in TEST_P() argument
743 TEST_P(VpxSubpelVarianceTest, Ref) { RefTest(); } in TEST_P() argument
745 TEST_P(VpxSubpelAvgVarianceTest, Ref) { RefTest(); } in TEST_P() argument
870 TEST_P(VpxHBDVarianceTest, Ref) { RefTest(); } in TEST_P() argument
873 TEST_P(VpxHBDSubpelVarianceTest, Ref) { RefTest(); } in TEST_P() argument
875 TEST_P(VpxHBDSubpelAvgVarianceTest, Ref) { RefTest(); } in TEST_P() argument
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp371 DataRefImpl Ref = Sec->getRawDataRefImpl(); in darwinPrintSymbol() local
776 DataRefImpl Ref = Sec->getRawDataRefImpl(); in getSymbolNMTypeChar() local
866 DataRefImpl Ref = I->getRawDataRefImpl(); in getNsectForSegSect() local
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp88 for (const ExportDirectoryEntryRef &Ref : CoffObj->export_directories()) { in addCoffExportSymbols() local
/external/webrtc/webrtc/base/
Dbind_unittest.cc224 const int* Ref(const int& a) { return &a; } in Ref() function
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp276 const MCSymbolRefExpr *Ref = static_cast<const MCSymbolRefExpr*>(Expr); in StartsWithGlobalOffsetTable() local
287 const MCSymbolRefExpr *Ref = static_cast<const MCSymbolRefExpr*>(Expr); in HasSecRelSymbolRef() local
/external/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp130 Reference Ref; in getRegReferences() local

123