/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | BinaryStreamWriter.cpp | 18 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 D | BinaryStreamReader.cpp | 130 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 D | Regex.cpp | 186 StringRef Ref = Repl.slice(0, Repl.find_first_not_of("0123456789")); sub() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVEmitIntrinsics.cpp | 421 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 D | SPIRVPrepareFunctions.cpp | 159 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 D | SBMemoryRegionInfoList.cpp | 69 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 D | SmallString.h | 76 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 D | WindowsResourceDumper.cpp | 54 void Dumper::printEntry(const ResourceEntryRef &Ref) { in printEntry() argument [all...] |
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DirectoryEntry.h | 56 friend llvm::hash_code hash_value(DirectoryEntryRef Ref) { in hash_value()
|
H A D | FileEntry.h | 105 friend llvm::hash_code hash_value(FileEntryRef Ref) { in hash_value()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeHashing.cpp | 43 for (const auto &Ref : Refs) { in hashType() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | ASTUtils.cpp | 117 if (auto *Ref = dyn_cast<DeclRefExpr>(E)) { in isASafeCallArg() local
|
H A D | UncountedLocalVarsChecker.cpp | 214 if (auto *Ref = llvm::dyn_cast<DeclRefExpr>(InitArgOrigin)) { in visitVarDecl() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | TrackingMDRef.h | 107 TrackingMDRef Ref; variable
|
H A D | Metadata.h | 324 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 D | TypeReferenceTracker.cpp | 113 for (const auto &Ref : DepList) { in addReferencedTypes() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Metadata.cpp | 206 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 D | WasmObjectFile.cpp | 1800 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 D | DWARFLinkerCompileUnit.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiModuleDescriptorBuilder.cpp | 171 WritableBinaryStreamRef Ref(*NS); in commitSymbolStream() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCCodeEmitter.cpp | 473 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 D | COFFWriter.cpp | 366 ArrayRef<uint8_t> Ref = AuxSym.getRef(); in writeSymbolStringTables() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ModRef.h | 31 Ref = 1, enumerator
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-matchers.h | 208 void Ref() { ref.fetch_add(1, std::memory_order_relaxed); } in Ref() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ |
H A D | TargetLoweringObjectFile.cpp | 401 const MCSymbolRefExpr *Ref = in getTTypeGlobalReference() local
|