Searched defs:DILocalScope (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1142 class DILocalScope : public DIScope { class in class:llvm::DICompileUnit
1144 DILocalScope(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, function in class:llvm::DICompileUnit::DILocalScope
1147 ~DILocalScope() = default;
1160 DILocalScope *getNonLexicalBlockFileScope() const;
1185 unsigned Column, DILocalScope *Scope,
1208 (unsigned Line, unsigned Column, DILocalScope *Scope,
1217 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); }
1230 DILocalScope *getInlinedAtScope() const {
1275 class DISubprogram : public DILocalScope {
[all...]

Completed in 62 milliseconds