HomeSort by: relevance | last modified time | path
    Searched refs:insertLabel (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DIBuilder.h 85 /// Internal helper for insertLabel.
86 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
877 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
884 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DIBuilder.cpp 925 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL,
927 return insertLabel(
932 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL,
934 return insertLabel(LabelInfo, DL, InsertAtEnd, nullptr);
1021 Instruction *DIBuilder::insertLabel(
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 4454 DBuilder.insertLabel(L,

Completed in 19 milliseconds