HomeSort by relevance Sort by last modified time
    Searched refs:DILexicalBlockFile (Results 1 - 25 of 36) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 42 DIDescriptor::DIDescriptor(const DILexicalBlockFile F) : DbgNode(F.DbgNode) {
555 return DILexicalBlockFile(DbgNode).getFilename();
576 return DILexicalBlockFile(DbgNode).getDirectory();
953 DILexicalBlockFile DBF = DILexicalBlockFile(Scope);
990 DILexicalBlockFile DBF = DILexicalBlockFile(S);
1025 DILexicalBlockFile DBF = DILexicalBlockFile(Context);
1112 return getDISubprogram(DILexicalBlockFile(Scope).getContext())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LexicalScopes.cpp 126 Scope = DILexicalBlockFile(Scope).getScope();
154 Scope = DILexicalBlockFile(Scope).getScope();
195 Scope = DILexicalBlockFile(Scope).getScope();
  /external/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 211 << dyn_cast<DILexicalBlockFile>(NewScope)->getDiscriminator()
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h 43 class DILexicalBlockFile;
88 explicit DIDescriptor(const DILexicalBlockFile F);
705 /// DILexicalBlockFile - This is a wrapper for a lexical block with
707 class DILexicalBlockFile : public DIScope {
709 explicit DILexicalBlockFile(const MDNode *N = 0) : DIScope(N) {}
DIBuilder.h 40 class DILexicalBlockFile;
472 DILexicalBlockFile createLexicalBlockFile(DIDescriptor Scope,
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 405 if (auto *File = dyn_cast<DILexicalBlockFile>(this))
457 DILexicalBlockFile *DILexicalBlockFile::getImpl(LLVMContext &Context,
463 DEFINE_GETIMPL_LOOKUP(DILexicalBlockFile, (Scope, File, Discriminator));
465 DEFINE_GETIMPL_STORE(DILexicalBlockFile, (Discriminator), Ops);
LLVMContextImpl.h 651 template <> struct MDNodeKeyImpl<DILexicalBlockFile> {
658 MDNodeKeyImpl(const DILexicalBlockFile *N)
662 bool isKeyOf(const DILexicalBlockFile *RHS) const {
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
DIBuilder.h 609 DILexicalBlockFile *createLexicalBlockFile(DIScope *Scope, DIFile *File,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
DIBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
DIBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
DIBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
DIBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
DIBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
DIBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
DIBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
DIBuilder.h     [all...]

Completed in 583 milliseconds

1 2