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

  /external/llvm/include/llvm/IR/
DebugInfo.h 267 MDLexicalBlockFile *N;
270 DILexicalBlockFile(const MDLexicalBlockFile *N = nullptr)
271 : N(const_cast<MDLexicalBlockFile *>(N)) {}
274 operator MDLexicalBlockFile *() const { return N; }
275 MDLexicalBlockFile *operator->() const { return N; }
276 MDLexicalBlockFile &operator*() const { return *N; }
DebugInfoMetadata.h     [all...]
DIBuilder.h 574 MDLexicalBlockFile *createLexicalBlockFile(MDScope *Scope, MDFile *File,
    [all...]
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 116 if (auto *File = dyn_cast<MDLexicalBlockFile>(Scope))
143 if (auto *File = dyn_cast<MDLexicalBlockFile>(Scope))
196 if (auto *File = dyn_cast<MDLexicalBlockFile>(Scope))
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 393 MDLexicalBlockFile *MDLexicalBlockFile::getImpl(LLVMContext &Context,
399 DEFINE_GETIMPL_LOOKUP(MDLexicalBlockFile, (Scope, File, Discriminator));
401 DEFINE_GETIMPL_STORE(MDLexicalBlockFile, (Discriminator), Ops);
LLVMContextImpl.h 611 template <> struct MDNodeKeyImpl<MDLexicalBlockFile> {
618 MDNodeKeyImpl(const MDLexicalBlockFile *N)
622 bool isKeyOf(const MDLexicalBlockFile *RHS) const {
    [all...]
DIBuilder.cpp 708 MDLexicalBlockFile* DIBuilder::createLexicalBlockFile(MDScope * Scope,
711 return MDLexicalBlockFile::get(VMContext, Scope, File, Discriminator);
    [all...]
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 129 if (auto *LBF = dyn_cast<llvm::MDLexicalBlockFile>(Scope)) {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 275 milliseconds