/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeIndexDiscovery.cpp | 70 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 D | TypeRecordHelpers.cpp | 49 SmallVector<TypeIndex, 1> Refs; in getModifiedType() local
|
H A D | TypeHashing.cpp | 36 SmallVector<TiReference, 4> Refs; in hashType() local
|
H A D | TypeStreamMerger.cpp | 395 SmallVector<TiReference, 4> Refs; in remapIndices() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SmallString.h | 35 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 D | IntervalMap.h | 1297 SmallVector<IntervalMapImpl::NodeRef, 4> Refs, NextRefs; in visitNodes() local [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ExecutionDomainFix.h | 53 unsigned Refs = 0; member
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | Transforms.cpp | 215 ExprSet &Refs; member in __anon26e897370111::ReferenceClear 223 ExprSet &Refs; member in __anon26e897370111::ReferenceCollector
|
H A D | TransProtectedScope.cpp | 27 SmallVectorImpl<DeclRefExpr *> &Refs; member in __anon2f6a04b40111::LocalRefsCollector
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 254 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 D | HexagonRDFOpt.cpp | 205 NodeList Refs = IA.Addr->members(DFG); in removeOperand() local
|
H A D | HexagonConstExtenders.cpp | 1481 void HCE::calculatePlacement(const ExtenderInit &ExtI, const IndexList &Refs, in calculatePlacement()
|
H A D | HexagonISelDAGToDAGHVX.cpp | 1724 DenseMap<SDNode*, SDNode**> Refs; global() member
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ModuleSummaryIndex.cpp | 80 auto Refs = refs(); in specialRefCounts() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 1139 NodeList Refs; in getRelatedRefs() local 1483 NodeList Refs = PA.Addr->members(*this); in removeUnusedPhis() local
|
H A D | RDFLiveness.cpp | 374 NodeList Refs = I.Addr->members(DFG); in getNearestAliasedRef() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 7507 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 D | llvm-lto.cpp | 389 unsigned Calls = 0, Refs = 0, Functions = 0, Alias = 0, Globals = 0; in printIndexStats() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleSummaryAnalysis.cpp | 571 std::vector<ValueInfo> Refs; in computeFunctionSummary() local
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 9391 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 D | MasmParser.cpp | 1490 SmallVector<StringRef, 1> Refs; in parseStringRefsTo() local 1513 SmallVector<StringRef, 1> Refs = parseStringRefsTo(EndTok); in parseStringTo() local
|