Home
last modified time | relevance | path

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

1234

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDBinaryStreamWriter.cpp18 BinaryStreamWriter::BinaryStreamWriter(WritableBinaryStreamRef Ref) in BinaryStreamWriter()
61 Error BinaryStreamWriter::writeStreamRef(BinaryStreamRef Ref) { in writeStreamRef()
65 Error BinaryStreamWriter::writeStreamRef(BinaryStreamRef Ref, uint64_t Length) { in writeStreamRef()
HDBinaryStreamReader.cpp17 BinaryStreamReader::BinaryStreamReader(BinaryStreamRef Ref) : Stream(Ref) {} in BinaryStreamReader()
129 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref) { in readStreamRef()
133 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref, uint32_t Length) { in readStreamRef()
141 Error BinaryStreamReader::readSubstream(BinarySubstreamRef &Ref, in readSubstream()
HDRegex.cpp175 StringRef Ref = Repl.slice(2, End); in sub() local
209 StringRef Ref = Repl.slice(0, Repl.find_first_not_of("0123456789")); in sub() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVEmitIntrinsics.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 …]
HDSPIRVPrepareFunctions.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-14-stable/contrib/llvm-project/lldb/source/API/
HDSBMemoryRegionInfoList.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-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDSmallString.h76 for (const StringRef &Ref : Refs) in append() local
79 for (const StringRef &Ref : Refs) { in append() local
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDWindowsResourceDumper.cpp54 void Dumper::printEntry(const ResourceEntryRef &Ref) { in printEntry()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDirectoryEntry.h56 friend llvm::hash_code hash_value(DirectoryEntryRef Ref) { in hash_value()
HDFileEntry.h105 friend llvm::hash_code hash_value(FileEntryRef Ref) { in hash_value()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeHashing.cpp43 for (const auto &Ref : Refs) { in hashType() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
HDASTUtils.cpp117 if (auto *Ref = dyn_cast<DeclRefExpr>(E)) { in isASafeCallArg() local
HDUncountedLocalVarsChecker.cpp214 if (auto *Ref = llvm::dyn_cast<DeclRefExpr>(InitArgOrigin)) { in visitVarDecl() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDTrackingMDRef.h107 TrackingMDRef Ref; variable
HDMetadata.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-14-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDTypeReferenceTracker.cpp113 for (const auto &Ref : DepList) { in addReferencedTypes() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDMetadata.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-14-stable/contrib/llvm-project/llvm/lib/Object/
HDWasmObjectFile.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-14-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFLinkerCompileUnit.cpp144 for (const auto &Ref : ForwardDIEReferences) { in fixupForwardReferences() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDDbiModuleDescriptorBuilder.cpp171 WritableBinaryStreamRef Ref(*NS); in commitSymbolStream() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
HDX86MCCodeEmitter.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-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDModRef.h31 Ref = 1, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
HDCOFFWriter.cpp366 ArrayRef<uint8_t> Ref = AuxSym.getRef(); in writeSymbolStringTables() local
/freebsd-14-stable/contrib/googletest/googletest/include/gtest/
HDgtest-matchers.h208 void Ref() { ref.fetch_add(1, std::memory_order_relaxed); } in Ref() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/
HDTargetLoweringObjectFile.cpp401 const MCSymbolRefExpr *Ref = in getTTypeGlobalReference() local

1234