Searched refs:ToIndex (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | MachODumper.cpp | 768 uint32_t FromIndex, ToIndex; in printCGProfile() 772 if (Error Err = Reader.readInteger(ToIndex)) in printCGProfile() 779 W.printNumber("To", getSymbolName(*Obj->getSymbolByIndex(ToIndex)), in printCGProfile() 780 ToIndex); in printCGProfile() 766 uint32_t FromIndex, ToIndex; printCGProfile() local
|
H A D | COFFDumper.cpp | 2161 uint32_t FromIndex, ToIndex; in printCGProfile() local 2165 if (Error Err = Reader.readInteger(ToIndex)) in printCGProfile() 2172 W.printNumber("To", getSymbolName(ToIndex), ToIndex); in printCGProfile()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 136 size_t const ToIndex = Mapping.blockToIndex(To); in hasPathCrossingSuspendPoint() local 137 bool const Result = Block[ToIndex].Kills[FromIndex]; in hasPathCrossingSuspendPoint() 149 size_t const ToIndex = Mapping.blockToIndex(To); in hasPathOrLoopCrossingSuspendPoint() local 150 bool Result = Block[ToIndex].Kills[FromIndex] || in hasPathOrLoopCrossingSuspendPoint() 151 (From == To && Block[ToIndex].KillLoop); in hasPathOrLoopCrossingSuspendPoint()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MachObjectWriter.cpp | 803 uint32_t ToIndex = CGPE.To->getSymbol().getIndex(); in writeObject() local 805 support::endian::write(OS, ToIndex, W.Endian); in writeObject()
|
H A D | WinCOFFObjectWriter.cpp | 1094 uint32_t ToIndex = CGPE.To->getSymbol().getIndex(); in writeObject() local 1096 support::endian::write(OS, ToIndex, W.Endian); in writeObject()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 14689 SubscriptBuilder ToIndex(To, IterationVarRefRVal); in buildSingleCopyAssignRecursively() local 14694 ToIndex, *FromIndex, CopyingBaseSubobject, in buildSingleCopyAssignRecursively()
|