HomeSort by relevance Sort by last modified time
    Searched refs:Subprogram (Results 1 - 19 of 19) sorted by null

  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 239 auto *Subprogram = DBuilder.createFunction(
241 OldFunc->setSubprogram(Subprogram);
246 DebugLoc Loc = DebugLoc::get(3, 2, Subprogram);
249 IBuilder.SetCurrentDebugLocation(DebugLoc::get(4, 2, Subprogram));
252 IBuilder.SetCurrentDebugLocation(DebugLoc::get(5, 2, Subprogram));
260 DBuilder.createAutoVariable(Subprogram, "x", File, 5, IntType, true);
261 auto *DL = DILocation::get(Subprogram->getContext(), 5, 0, Subprogram);
299 // Test that a new subprogram entry was added and is pointing to the new
300 // function, while the original subprogram still points to the old one
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 52 auto *Subprogram = getDISubprogram(Scope);
53 return Subprogram->describes(F) ? Subprogram : nullptr;
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 166 // Find the MDNode which corresponds to the subprogram data that described F.
169 for (DISubprogram *Subprogram : Finder.subprograms()) {
170 if (Subprogram->describes(F))
171 return Subprogram;
    [all...]
  /external/cblas/testing/
c_cblat2.f 302 * Subprogram is not to be tested.
446 9986 FORMAT(' SUBPROGRAM NAME ',A12, ' NOT RECOGNIZED', /' ******* T',
    [all...]
c_cblat3.f 284 * Subprogram is not to be tested.
408 9990 FORMAT(' SUBPROGRAM NAME ', A12,' NOT RECOGNIZED', /' ******* T',
    [all...]
c_dblat2.f 298 * Subprogram is not to be tested.
440 9986 FORMAT( ' SUBPROGRAM NAME ',A12, ' NOT RECOGNIZED', /' ******* T',
    [all...]
c_dblat3.f 279 * Subprogram is not to be tested.
400 9990 FORMAT( ' SUBPROGRAM NAME ', A12,' NOT RECOGNIZED', /' ******* T',
    [all...]
c_sblat2.f 298 * Subprogram is not to be tested.
440 9986 FORMAT( ' SUBPROGRAM NAME ',A12, ' NOT RECOGNIZED', /' ******* T',
    [all...]
c_sblat3.f 278 * Subprogram is not to be tested.
399 9990 FORMAT( ' SUBPROGRAM NAME ', A12,' NOT RECOGNIZED', /' ******* ',
    [all...]
c_zblat2.f 302 * Subprogram is not to be tested.
446 9986 FORMAT(' SUBPROGRAM NAME ',A12, ' NOT RECOGNIZED', /' ******* T',
    [all...]
c_zblat3.f 285 * Subprogram is not to be tested.
409 9990 FORMAT(' SUBPROGRAM NAME ', A12,' NOT RECOGNIZED', /' ******* T',
    [all...]
  /external/eigen/blas/testing/
cblat2.f 290 * Subprogram is not to be tested.
382 9986 FORMAT( ' SUBPROGRAM NAME ', A6, ' NOT RECOGNIZED', /' ******* T',
    [all...]
dblat2.f 285 * Subprogram is not to be tested.
375 9986 FORMAT( ' SUBPROGRAM NAME ', A6, ' NOT RECOGNIZED', /' ******* T',
    [all...]
dblat3.f 263 * Subprogram is not to be tested.
339 9990 FORMAT( ' SUBPROGRAM NAME ', A6, ' NOT RECOGNIZED', /' ******* T',
    [all...]
sblat2.f 285 * Subprogram is not to be tested.
375 9986 FORMAT( ' SUBPROGRAM NAME ', A6, ' NOT RECOGNIZED', /' ******* T',
    [all...]
sblat3.f 263 * Subprogram is not to be tested.
339 9990 FORMAT( ' SUBPROGRAM NAME ', A6, ' NOT RECOGNIZED', /' ******* T',
    [all...]
zblat2.f 291 * Subprogram is not to be tested.
383 9986 FORMAT( ' SUBPROGRAM NAME ', A6, ' NOT RECOGNIZED', /' ******* T',
    [all...]
cblat3.f 270 * Subprogram is not to be tested.
349 9990 FORMAT( ' SUBPROGRAM NAME ', A6, ' NOT RECOGNIZED', /' ******* T',
    [all...]
zblat3.f 271 * Subprogram is not to be tested.
350 9990 FORMAT( ' SUBPROGRAM NAME ', A6, ' NOT RECOGNIZED', /' ******* T',
    [all...]

Completed in 962 milliseconds