Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamWriter.cpp18 BinaryStreamWriter::BinaryStreamWriter(WritableBinaryStreamRef Ref) in BinaryStreamWriter() argument
61 Error BinaryStreamWriter::writeStreamRef(BinaryStreamRef Ref) { in writeStreamRef() argument
65 Error BinaryStreamWriter::writeStreamRef(BinaryStreamRef Ref, uint64_t Length) { in writeStreamRef() argument
H A DBinaryStreamReader.cpp130 return readStreamRef(Ref, bytesRemaining()); in readStreamRef() argument
18 BinaryStreamReader(BinaryStreamRef Ref) BinaryStreamReader() argument
134 readStreamRef(BinaryStreamRef & Ref,uint32_t Length) readStreamRef() argument
142 readSubstream(BinarySubstreamRef & Ref,uint32_t Length) readSubstream() argument
H A DRegex.cpp186 StringRef Ref = Repl.slice(0, Repl.find_first_not_of("0123456789")); sub() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp421 if (auto *Ref = dyn_cast<AllocaInst>(I)) { in deduceElementTypeHelper() local
423 } else if (auto *Ref = dyn_cast<GetElementPtrInst>(I)) { in deduceElementTypeHelper() local
425 } else if (auto *Ref = dyn_cast<GlobalValue>(I)) { in deduceElementTypeHelper() local
430 } else if (auto *Ref = dyn_cast<AddrSpaceCastInst>(I)) { in deduceElementTypeHelper() local
434 } else if (auto *Ref = dyn_cast<BitCastInst>(I)) { in deduceElementTypeHelper() local
439 } else if (auto *Ref = dyn_cast<AtomicCmpXchgInst>(I)) { in deduceElementTypeHelper() local
443 } else if (auto *Ref = dyn_cast<AtomicRMWInst>(I)) { in deduceElementTypeHelper() local
447 } else if (auto *Ref = dyn_cast<PHINode>(I)) { in deduceElementTypeHelper() local
454 } else if (auto *Ref = dyn_cast<SelectInst>(I)) { in deduceElementTypeHelper() local
620 if (auto *Ref = dyn_cast<PHINode>(I)) { in deduceOperandElementType() local
[all …]
H A DSPIRVPrepareFunctions.cpp159 if (auto *Ref = dyn_cast_or_null<GetElementPtrInst>(AnnoVal)) in getAnnotation() local
161 if (auto *Ref = dyn_cast_or_null<BitCastInst>(OptAnnoVal)) in getAnnotation() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfoList.cpp69 MemoryRegionInfos &Ref() { return m_regions; } in Ref() function in MemoryRegionInfoListImpl
71 const MemoryRegionInfos &Ref() const { return m_regions; } in Ref() function in MemoryRegionInfoListImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallString.h76 for (const StringRef &Ref : Refs) in append() local
79 for (const StringRef &Ref : Refs) { in append() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.cpp54 void Dumper::printEntry(const ResourceEntryRef &Ref) { in printEntry() argument
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDirectoryEntry.h56 friend llvm::hash_code hash_value(DirectoryEntryRef Ref) { in hash_value()
H A DFileEntry.h105 friend llvm::hash_code hash_value(FileEntryRef Ref) { in hash_value()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeHashing.cpp43 for (const auto &Ref : Refs) { in hashType() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.cpp117 if (auto *Ref = dyn_cast<DeclRefExpr>(E)) { in isASafeCallArg() local
H A DUncountedLocalVarsChecker.cpp214 if (auto *Ref = llvm::dyn_cast<DeclRefExpr>(InitArgOrigin)) { in visitVarDecl() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DTrackingMDRef.h107 TrackingMDRef Ref; variable
H A DMetadata.h324 static bool track(void *Ref, Metadata &MD, Metadata &Owner) { in track()
333 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) { in track()
342 static bool track(void *Ref, Metadata &MD, DebugValueUser &Owner) { in track()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp113 for (const auto &Ref : DepList) { in addReferencedTypes() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp206 bool MetadataTracking::track(void *Ref, Metadata &MD, OwnerTy Owner) { in track()
223 void MetadataTracking::untrack(void *Ref, Metadata &MD) { in untrack()
231 bool MetadataTracking::retrack(void *Ref, Metadata &MD, void *New) { in retrack()
296 void ReplaceableMetadataImpl::addRef(void *Ref, OwnerTy Owner) { in addRef()
307 void ReplaceableMetadataImpl::dropRef(void *Ref) { in dropRef()
313 void ReplaceableMetadataImpl::moveRef(void *Ref, void *New, in moveRef()
380 Metadata *&Ref = *static_cast<Metadata **>(Pair.first); in replaceAllUsesWith() local
910 void MDNode::handleChangedOperand(void *Ref, Metadata *New) { in handleChangedOperand()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1800 DataRefImpl Ref; in symbol_begin() local
1807 DataRefImpl Ref; in symbol_end() local
1919 DataRefImpl Ref; in getSymbolSection() local
2058 DataRefImpl Ref, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
2077 DataRefImpl Ref; in section_begin() local
2083 DataRefImpl Ref; in section_end() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp171 WritableBinaryStreamRef Ref(*NS); in commitSymbolStream() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp473 const MCSymbolRefExpr *Ref = static_cast<const MCSymbolRefExpr *>(Expr); in startsWithGlobalOffsetTable() local
484 const MCSymbolRefExpr *Ref = static_cast<const MCSymbolRefExpr *>(Expr); in hasSecRelSymbolRef() local
503 const MCSymbolRefExpr *Ref = dyn_cast<MCSymbolRefExpr>(Op.getExpr()); in isPCRel32Branch() local
1364 const auto *Ref = dyn_cast<MCSymbolRefExpr>(MO.getExpr()); in emitREXPrefix() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.cpp366 ArrayRef<uint8_t> Ref = AuxSym.getRef(); in writeSymbolStringTables() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DModRef.h31 Ref = 1, enumerator
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-matchers.h208 void Ref() { ref.fetch_add(1, std::memory_order_relaxed); } in Ref() function
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp401 const MCSymbolRefExpr *Ref = in getTTypeGlobalReference() local

1234