Home
last modified time | relevance | path

Searched refs:ToIndex (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp1125 uint32_t ToIndex = CGPE.To->getSymbol().getIndex(); in writeObject() local
1127 support::endian::write(OS, ToIndex, W.Endian); in writeObject()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp2000 uint32_t FromIndex, ToIndex; in printCGProfile() local
2004 if (Error Err = Reader.readInteger(ToIndex)) in printCGProfile()
2011 W.printNumber("To", getSymbolName(ToIndex), ToIndex); in printCGProfile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp13874 SubscriptBuilder ToIndex(To, IterationVarRefRVal); in buildSingleCopyAssignRecursively() local
13879 ToIndex, *FromIndex, CopyingBaseSubobject, in buildSingleCopyAssignRecursively()