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

  /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...]
DIBuilder.cpp     [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...]
DIBuilder.cpp 696 DILexicalBlockFile *DIBuilder::createLexicalBlockFile(DIScope *Scope,
699 return DILexicalBlockFile::get(VMContext, Scope, File, Discriminator);
    [all...]
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
DIBuilder.h 609 DILexicalBlockFile *createLexicalBlockFile(DIScope *Scope, DIFile *File,
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 188 void writeDILexicalBlockFile(const DILexicalBlockFile *N,
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 142 if (auto *LBF = dyn_cast<llvm::DILexicalBlockFile>(Scope)) {
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 6160 milliseconds