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

  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 125 if (D.isLexicalBlockFile())
153 if (D.isLexicalBlockFile()) {
194 if (Scope.isLexicalBlockFile())
  /external/llvm/lib/IR/
DebugInfo.cpp 285 /// isLexicalBlockFile - Return true if the specified descriptor is a
287 bool DIDescriptor::isLexicalBlockFile() const {
579 return isLexicalBlockFile() && DbgNode->getNumOperands() == 3;
708 if (isLexicalBlockFile())
838 if (D.isLexicalBlockFile())
961 } else if (Scope.isLexicalBlockFile()) {
975 else if (Context.isLexicalBlockFile()) {
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 127 bool isLexicalBlockFile() const;
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 120 if (Scope.isLexicalBlockFile()) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 66 milliseconds