Home
last modified time | relevance | path

Searched defs:Refs (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp70 SmallVectorImpl<TiReference> &Refs) { in handleMethodOverloadList() argument
96 SmallVectorImpl<TiReference> &Refs) { in handleBaseClass() argument
106 SmallVectorImpl<TiReference> &Refs) { in handleEnumerator() argument
116 SmallVectorImpl<TiReference> &Refs) { in handleDataMember() argument
128 SmallVectorImpl<TiReference> &Refs) { in handleOverloadedMethod() argument
138 SmallVectorImpl<TiReference> &Refs) { in handleOneMethod() argument
156 handleNestedType(ArrayRef<uint8_t> Data,uint32_t Offset,SmallVectorImpl<TiReference> & Refs) handleNestedType() argument
166 handleStaticDataMember(ArrayRef<uint8_t> Data,uint32_t Offset,SmallVectorImpl<TiReference> & Refs) handleStaticDataMember() argument
177 handleVirtualBaseClass(ArrayRef<uint8_t> Data,uint32_t Offset,bool IsIndirect,SmallVectorImpl<TiReference> & Refs) handleVirtualBaseClass() argument
192 handleVFPtr(ArrayRef<uint8_t> Data,uint32_t Offset,SmallVectorImpl<TiReference> & Refs) handleVFPtr() argument
201 handleListContinuation(ArrayRef<uint8_t> Data,uint32_t Offset,SmallVectorImpl<TiReference> & Refs) handleListContinuation() argument
210 handleFieldList(ArrayRef<uint8_t> Content,SmallVectorImpl<TiReference> & Refs) handleFieldList() argument
266 handlePointer(ArrayRef<uint8_t> Content,SmallVectorImpl<TiReference> & Refs) handlePointer() argument
275 discoverTypeIndices(ArrayRef<uint8_t> Content,TypeLeafKind Kind,SmallVectorImpl<TiReference> & Refs) discoverTypeIndices() argument
361 discoverTypeIndices(ArrayRef<uint8_t> Content,SymbolKind Kind,SmallVectorImpl<TiReference> & Refs) discoverTypeIndices() argument
458 discoverTypeIndices(const CVType & Type,SmallVectorImpl<TiReference> & Refs) discoverTypeIndices() argument
463 resolveTypeIndexReferences(ArrayRef<uint8_t> RecordData,ArrayRef<TiReference> Refs,SmallVectorImpl<TypeIndex> & Indices) resolveTypeIndexReferences() argument
488 SmallVector<TiReference, 4> Refs; discoverTypeIndices() local
494 discoverTypeIndices(ArrayRef<uint8_t> RecordData,SmallVectorImpl<TiReference> & Refs) discoverTypeIndices() argument
502 discoverTypeIndicesInSymbol(const CVSymbol & Sym,SmallVectorImpl<TiReference> & Refs) discoverTypeIndicesInSymbol() argument
508 discoverTypeIndicesInSymbol(ArrayRef<uint8_t> RecordData,SmallVectorImpl<TiReference> & Refs) discoverTypeIndicesInSymbol() argument
518 SmallVector<TiReference, 2> Refs; discoverTypeIndicesInSymbol() local
[all...]
H A DTypeRecordHelpers.cpp49 SmallVector<TypeIndex, 1> Refs; in getModifiedType() local
H A DTypeHashing.cpp36 SmallVector<TiReference, 4> Refs; in hashType() local
H A DTypeStreamMerger.cpp395 SmallVector<TiReference, 4> Refs; in remapIndices() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallString.h35 SmallString(std::initializer_list<StringRef> Refs) in SmallString()
56 void assign(std::initializer_list<StringRef> Refs) { in assign()
73 void append(std::initializer_list<StringRef> Refs) { in append()
H A DIntervalMap.h1297 SmallVector<IntervalMapImpl::NodeRef, 4> Refs, NextRefs; in visitNodes() local
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DExecutionDomainFix.h53 unsigned Refs = 0; member
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp215 ExprSet &Refs; member in __anon26e897370111::ReferenceClear
223 ExprSet &Refs; member in __anon26e897370111::ReferenceCollector
H A DTransProtectedScope.cpp27 SmallVectorImpl<DeclRefExpr *> &Refs; member in __anon2f6a04b40111::LocalRefsCollector
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp254 const auto Refs = match( in tryEachDeclRef() local
601 const auto Refs = match( in findReferenceMutation() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp205 NodeList Refs = IA.Addr->members(DFG); in removeOperand() local
H A DHexagonConstExtenders.cpp1481 void HCE::calculatePlacement(const ExtenderInit &ExtI, const IndexList &Refs, in calculatePlacement()
H A DHexagonISelDAGToDAGHVX.cpp1724 DenseMap<SDNode*, SDNode**> Refs; global() member
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp80 auto Refs = refs(); in specialRefCounts() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp1139 NodeList Refs; in getRelatedRefs() local
1483 NodeList Refs = PA.Addr->members(*this); in removeUnusedPhis() local
H A DRDFLiveness.cpp374 NodeList Refs = I.Addr->members(DFG); in getNearestAliasedRef() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7507 static void setSpecialRefs(std::vector<ValueInfo> &Refs, unsigned ROCnt, in setSpecialRefs()
7652 std::vector<ValueInfo> Refs = makeRefList( in parseEntireSummary() local
7727 std::vector<ValueInfo> Refs = in parseEntireSummary() local
7748 std::vector<ValueInfo> Refs = makeRefList( in parseEntireSummary() local
7809 std::vector<ValueInfo> Refs = makeRefList( in parseEntireSummary() local
7869 std::vector<ValueInfo> Refs = in parseEntireSummary() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp389 unsigned Calls = 0, Refs = 0, Functions = 0, Alias = 0, Globals = 0; in printIndexStats() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp571 std::vector<ValueInfo> Refs; in computeFunctionSummary() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9391 std::vector<ValueInfo> Refs; in parseFunctionSummary() local
9479 std::vector<ValueInfo> Refs; in parseVariableSummary() local
9985 bool LLParser::parseOptionalRefs(std::vector<ValueInfo> &Refs) { in parseOptionalRefs()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1490 SmallVector<StringRef, 1> Refs; in parseStringRefsTo() local
1513 SmallVector<StringRef, 1> Refs = parseStringRefsTo(EndTok); in parseStringTo() local