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

  /external/clang/lib/CodeGen/
CGDebugInfo.h 363 /// getFunctionDeclaration - Return debug info descriptor to describe method
365 llvm::DISubprogram getFunctionDeclaration(const Decl *D);
CGDebugInfo.cpp     [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 522 DISubprogram getFunctionDeclaration() const {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]
DwarfDebug.cpp 523 if (DISubprogram SPDecl = SP.getFunctionDeclaration()) {
    [all...]

Completed in 89 milliseconds