/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | LookupAndRecordAddrs.cpp | 19 std::vector<std::pair<SymbolStringPtr, ExecutorAddr *>> Pairs, in lookupAndRecordAddrs() argument 44 std::vector<std::pair<SymbolStringPtr, ExecutorAddr *>> Pairs, in lookupAndRecordAddrs() argument 56 std::vector<std::pair<SymbolStringPtr, ExecutorAddr *>> Pairs, in lookupAndRecordAddrs() argument [all...] |
H A D | OrcV2CBindings.cpp | 172 toSymbolDependenceMap(LLVMOrcCDependenceMapPairs Pairs,size_t NumPairs) toSymbolDependenceMap() argument 499 LLVMOrcDisposeCSymbolFlagsMap(LLVMOrcCSymbolFlagsMapPairs Pairs) LLVMOrcDisposeCSymbolFlagsMap() argument
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | InfoByHwMode.cpp | 89 std::vector<const PairType *> Pairs; writeToStream() local 174 std::vector<const PairType *> Pairs; writeToStream() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CloneChecker.cpp | 128 std::vector<VariablePattern::SuspiciousClonePair> Pairs; in reportSuspiciousClones() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Automaton.h | 91 void transition(ArrayRef<NfaStatePair> Pairs) { in transition()
|
/llvm-project/llvm/unittests/IR/ |
H A D | ConstantRangeListTest.cpp | 97 ConstantRangeList GetCRL(ArrayRef<std::pair<APInt, APInt>> Pairs) { in GetCRL() argument
|
/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
H A D | OrcCAPITest.cpp | 149 LLVMOrcCSymbolMapPair Pairs[] = {Pair}; definitionGeneratorFn() local 277 LLVMOrcCSymbolMapPair Pairs[] = {Pair}; TEST_F() local 757 LLVMOrcCSymbolMapPair Pairs[] = {Pair}; global() local
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ExecutorProcessControl.h | 268 getBootstrapSymbols(ArrayRef<std::pair<ExecutorAddr &,StringRef>> Pairs) getBootstrapSymbols() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 3634 unsigned Pairs = 1; in depends() local 887 unifySubscriptType(ArrayRef<Subscript * > Pairs) unifySubscriptType() argument 4045 unsigned Pairs = 1; getSplitIteration() local [all...] |
/llvm-project/llvm/unittests/Support/ |
H A D | BinaryStreamTest.cpp | 439 std::vector<std::pair<uint32_t, uint32_t>> Pairs = {{867, 5309}, {555, 1212}}; in TEST_F() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 2697 SmallVector<SmallVector<std::pair<unsigned, int>, 2>> Pairs; SplitVecRes_VECTOR_SHUFFLE() local [all...] |