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

  /external/llvm/lib/IR/
DebugInfo.cpp 858 /// isSubprogramContext - Return true if Context is either a subprogram
860 bool llvm::isSubprogramContext(const MDNode *Context) {
867 return isSubprogramContext(DIType(Context).getContext());
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 698 /// isSubprogramContext - Return true if Context is either a subprogram
700 bool isSubprogramContext(const MDNode *Context);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]
DwarfDebug.cpp 389 !isSubprogramContext(SP.getContext())) {
    [all...]

Completed in 38 milliseconds