|
LLVM 22.0.0git
|
#include "llvm/CodeGen/LexicalScopes.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/SmallVector.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/Config/llvm-config.h"#include "llvm/IR/DebugInfoMetadata.h"#include "llvm/IR/Function.h"#include "llvm/IR/Metadata.h"#include "llvm/IR/Module.h"#include "llvm/Support/Casting.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"#include <cassert>#include <string>#include <tuple>#include <utility>Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "lexicalscopes" |
Functions | |
| static bool | skipUnit (const DICompileUnit *CU) |
| #define DEBUG_TYPE "lexicalscopes" |
Definition at line 38 of file LexicalScopes.cpp.
|
static |
Definition at line 40 of file LexicalScopes.cpp.
References llvm::DICompileUnit::NoDebug.
Referenced by llvm::LexicalScopes::initialize(), and llvm::LexicalScopes::scanFunction().