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

1 2

  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 45 DIDescriptor::DIDescriptor(const DILexicalBlock F) : DbgNode(F.DbgNode) {
557 return DILexicalBlock(DbgNode).getFilename();
578 return DILexicalBlock(DbgNode).getDirectory();
954 processLexicalBlock(DILexicalBlock(DBF.getScope()));
957 processLexicalBlock(DILexicalBlock(Scope));
988 processLexicalBlock(DILexicalBlock(S));
991 processLexicalBlock(DILexicalBlock(DBF.getScope()));
1020 void DebugInfoFinder::processLexicalBlock(DILexicalBlock LB) {
1023 return processLexicalBlock(DILexicalBlock(Context));
1026 return processLexicalBlock(DILexicalBlock(DBF.getScope()))
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h 42 class DILexicalBlock;
89 explicit DIDescriptor(const DILexicalBlock F);
688 /// DILexicalBlock - This is a wrapper for a lexical block.
689 class DILexicalBlock : public DIScope {
691 explicit DILexicalBlock(const MDNode *N = 0) : DIScope(N) {}
722 DILexicalBlock getScope() const { return getFieldAs<DILexicalBlock>(1); }
801 /// processLexicalBlock - Process DILexicalBlock.
802 void processLexicalBlock(DILexicalBlock LB);
DIBuilder.h 41 class DILexicalBlock;
481 DILexicalBlock createLexicalBlock(DIDescriptor Scope, DIFile File,
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 444 DILexicalBlock *DILexicalBlock::getImpl(LLVMContext &Context, Metadata *Scope,
452 DEFINE_GETIMPL_LOOKUP(DILexicalBlock, (Scope, File, Line, Column));
454 DEFINE_GETIMPL_STORE(DILexicalBlock, (Line, Column), Ops);
  /external/llvm/bindings/go/llvm/
dibuilder.go 155 // DILexicalBlock holds the values for creating lexical block debug metadata.
156 type DILexicalBlock struct {
163 func (d *DIBuilder) CreateLexicalBlock(diScope Metadata, b DILexicalBlock) Metadata {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LexicalScopes.cpp 202 DILexicalBlock DB(N);
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
DIBuilder.h 618 DILexicalBlock *createLexicalBlock(DIScope *Scope, DIFile *File,
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h     [all...]
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h     [all...]
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h     [all...]
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h     [all...]
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h     [all...]
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h     [all...]
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h     [all...]
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h     [all...]
DebugInfoMetadata.h     [all...]

Completed in 1816 milliseconds

1 2