Searched refs:FromIndex (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 768 uint32_t FromIndex, ToIndex; in printCGProfile() local 770 if (Error Err = Reader.readInteger(FromIndex)) in printCGProfile() 777 W.printNumber("From", getSymbolName(*Obj->getSymbolByIndex(FromIndex)), in printCGProfile() 778 FromIndex); in printCGProfile()
|
| H A D | COFFDumper.cpp | 2158 uint32_t FromIndex, ToIndex; in printCGProfile() local 2160 if (Error Err = Reader.readInteger(FromIndex)) in printCGProfile() 2168 W.printNumber("From", getSymbolName(FromIndex), FromIndex); in printCGProfile()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 776 uint32_t FromIndex = CGPE.From->getSymbol().getIndex(); in writeObject() local 778 support::endian::write(OS, FromIndex, W.Endian); in writeObject()
|
| H A D | WinCOFFObjectWriter.cpp | 1125 uint32_t FromIndex = CGPE.From->getSymbol().getIndex(); in writeObject() local 1127 support::endian::write(OS, FromIndex, W.Endian); in writeObject()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 132 size_t const FromIndex = Mapping.blockToIndex(From); in hasPathCrossingSuspendPoint() local 134 bool const Result = Block[ToIndex].Kills[FromIndex]; in hasPathCrossingSuspendPoint() 145 size_t const FromIndex = Mapping.blockToIndex(From); in hasPathOrLoopCrossingSuspendPoint() local 147 bool Result = Block[ToIndex].Kills[FromIndex] || in hasPathOrLoopCrossingSuspendPoint()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 14811 const ExprBuilder *FromIndex; in buildSingleCopyAssignRecursively() local 14813 FromIndex = &FromIndexCopy; in buildSingleCopyAssignRecursively() 14815 FromIndex = &FromIndexMove; in buildSingleCopyAssignRecursively() 14822 ToIndex, *FromIndex, CopyingBaseSubobject, in buildSingleCopyAssignRecursively()
|
| H A D | TreeTransform.h | 11116 Expr *FromIndex = E->getIndexExpr(ON.getArrayExprIndex()); in TransformOffsetOfExpr() local 11117 ExprResult Index = getDerived().TransformExpr(FromIndex); in TransformOffsetOfExpr() 11121 ExprChanged = ExprChanged || Index.get() != FromIndex; in TransformOffsetOfExpr()
|