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

  /external/llvm/include/llvm/Analysis/
DIBuilder.h 346 /// createTemporaryType - Create a temporary forward-declared type.
347 DIType createTemporaryType();
348 DIType createTemporaryType(DIFile F);
  /external/llvm/lib/Analysis/
DIBuilder.cpp 655 /// createTemporaryType - Create a temporary forward-declared type.
656 DIType DIBuilder::createTemporaryType() {
664 /// createTemporaryType - Create a temporary forward-declared type.
665 DIType DIBuilder::createTemporaryType(DIFile F) {
    [all...]

Completed in 1500 milliseconds