Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DBinaryStreamWriter.cpp18 BinaryStreamWriter::BinaryStreamWriter(WritableBinaryStreamRef Ref) in BinaryStreamWriter()
61 Error BinaryStreamWriter::writeStreamRef(BinaryStreamRef Ref) { in writeStreamRef()
65 Error BinaryStreamWriter::writeStreamRef(BinaryStreamRef Ref, uint32_t Length) { in writeStreamRef()
H A DBinaryStreamReader.cpp18 BinaryStreamReader::BinaryStreamReader(BinaryStreamRef Ref) : Stream(Ref) {} in BinaryStreamReader()
130 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref) { in readStreamRef()
134 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref, uint32_t Length) { in readStreamRef()
142 Error BinaryStreamReader::readSubstream(BinarySubstreamRef &Ref, in readSubstream()
H A DRegex.cpp189 StringRef Ref = Repl.slice(0, Repl.find_first_not_of("0123456789")); in sub() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallString.h74 for (const StringRef &Ref : Refs) in append() local
78 for (const StringRef &Ref : Refs) { in append() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.cpp84 if (auto *Ref = dyn_cast<DeclRefExpr>(E)) { in isASafeCallArg() local
H A DUncountedLocalVarsChecker.cpp187 if (auto *Ref = llvm::dyn_cast<DeclRefExpr>(InitArgOrigin)) { in visitVarDecl() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDirectoryEntry.h53 friend llvm::hash_code hash_value(DirectoryEntryRef Ref) { in hash_value()
H A DFileEntry.h99 friend llvm::hash_code hash_value(FileEntryRef Ref) { in hash_value()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.cpp54 void Dumper::printEntry(const ResourceEntryRef &Ref) { in printEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeHashing.cpp43 for (const auto &Ref : Refs) { in hashType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMetadata.cpp154 bool MetadataTracking::track(void *Ref, Metadata &MD, OwnerTy Owner) { in track()
171 void MetadataTracking::untrack(void *Ref, Metadata &MD) { in untrack()
179 bool MetadataTracking::retrack(void *Ref, Metadata &MD, void *New) { in retrack()
211 void ReplaceableMetadataImpl::addRef(void *Ref, OwnerTy Owner) { in addRef()
222 void ReplaceableMetadataImpl::dropRef(void *Ref) { in dropRef()
228 void ReplaceableMetadataImpl::moveRef(void *Ref, void *New, in moveRef()
265 Metadata *&Ref = *static_cast<Metadata **>(Pair.first); in replaceAllUsesWith() local
711 void MDNode::handleChangedOperand(void *Ref, Metadata *New) { in handleChangedOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DTrackingMDRef.h107 TrackingMDRef Ref; variable
H A DMetadata.h232 static bool track(void *Ref, Metadata &MD, Metadata &Owner) { in track()
241 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) { in track()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp110 for (const auto &Ref : DepList) { in addReferencedTypes() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/passmgr_builder/
H A Dpassmgr_builder_ocaml.c35 static value alloc_pmbuilder(LLVMPassManagerBuilderRef Ref) { in alloc_pmbuilder()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp1480 DataRefImpl Ref; in symbol_begin() local
1487 DataRefImpl Ref; in symbol_end() local
1583 DataRefImpl Ref; in getSymbolSection() local
1718 DataRefImpl Ref, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
1737 DataRefImpl Ref; in section_begin() local
1743 DataRefImpl Ref; in section_end() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp236 const MCSymbolRefExpr *Ref = static_cast<const MCSymbolRefExpr *>(Expr); in startsWithGlobalOffsetTable() local
247 const MCSymbolRefExpr *Ref = static_cast<const MCSymbolRefExpr *>(Expr); in hasSecRelSymbolRef() local
266 const MCSymbolRefExpr *Ref = dyn_cast<MCSymbolRefExpr>(Op.getExpr()); in isPCRel32Branch() local
1241 const auto *Ref = dyn_cast<MCSymbolRefExpr>(MO.getExpr()); in emitREXPrefix() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp89 for (const auto &Ref : ForwardDIEReferences) { in fixupForwardReferences() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXX.cpp141 auto *Ref = cast<llvm::GlobalValue>(GetAddrOfGlobal(TargetDecl)); in TryEmitBaseDestructorAsAlias() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp167 WritableBinaryStreamRef Ref(*NS); in commitSymbolStream() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DWriter.cpp355 ArrayRef<uint8_t> Ref = AuxSym.getRef(); in writeSymbolStringTables() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerIOWindows.cpp237 static size_t ParseCustomString(const std::string &Ref, size_t Offset, in ParseCustomString()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp401 const MCSymbolRefExpr *Ref = in getTTypeGlobalReference() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h164 Ref = NoModRef | MustRef, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp344 auto Ref = NodeMap.find(MI); in getGadgetGraph() local
513 auto Ref = NodeMap.find(&*NI); in getGadgetGraph() local

1234