Searched refs:ToIndex (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/ |
| H A D | HTML.pm | 45 our %ToIndex = map {; $_ => 1 } qw(head1 head2 head3 head4 ); # item-text 514 if $ToIndex{ $tagname };
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 766 uint32_t FromIndex, ToIndex; in printCGProfile() local 770 if (Error Err = Reader.readInteger(ToIndex)) in printCGProfile() 777 W.printNumber("To", getSymbolName(*Obj->getSymbolByIndex(ToIndex)), in printCGProfile() 778 ToIndex); in printCGProfile()
|
| H A D | COFFDumper.cpp | 2069 uint32_t FromIndex, ToIndex; in printCGProfile() local 2073 if (Error Err = Reader.readInteger(ToIndex)) in printCGProfile() 2080 W.printNumber("To", getSymbolName(ToIndex), ToIndex); in printCGProfile()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 120 size_t const ToIndex = Mapping.blockToIndex(To); in hasPathCrossingSuspendPoint() local 121 bool const Result = Block[ToIndex].Kills[FromIndex]; in hasPathCrossingSuspendPoint() 133 size_t const ToIndex = Mapping.blockToIndex(To); in hasPathOrLoopCrossingSuspendPoint() local 134 bool Result = Block[ToIndex].Kills[FromIndex] || in hasPathOrLoopCrossingSuspendPoint() 135 (From == To && Block[ToIndex].KillLoop); in hasPathOrLoopCrossingSuspendPoint()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 789 uint32_t ToIndex = CGPE.To->getSymbol().getIndex(); in writeObject() local 791 support::endian::write(OS, ToIndex, W.Endian); in writeObject()
|
| H A D | WinCOFFObjectWriter.cpp | 1123 uint32_t ToIndex = CGPE.To->getSymbol().getIndex(); in writeObject() local 1125 support::endian::write(OS, ToIndex, W.Endian); in writeObject()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 14378 SubscriptBuilder ToIndex(To, IterationVarRefRVal); in buildSingleCopyAssignRecursively() local 14383 ToIndex, *FromIndex, CopyingBaseSubobject, in buildSingleCopyAssignRecursively()
|