Home
last modified time | relevance | path

Searched refs:addSubprogram (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h117 bool addSubprogram(DISubprogram *SP);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp259 if (!addSubprogram(SP)) in processSubprogram()
326 bool DebugInfoFinder::addSubprogram(DISubprogram *SP) { in addSubprogram() function in DebugInfoFinder