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

  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 383 MDLexicalBlock *MDLexicalBlock::getImpl(LLVMContext &Context, Metadata *Scope,
388 DEFINE_GETIMPL_LOOKUP(MDLexicalBlock, (Scope, File, Line, Column));
390 DEFINE_GETIMPL_STORE(MDLexicalBlock, (Line, Column), Ops);
LLVMContextImpl.h 590 template <> struct MDNodeKeyImpl<MDLexicalBlock> {
598 MDNodeKeyImpl(const MDLexicalBlock *N)
602 bool isKeyOf(const MDLexicalBlock *RHS) const {
    [all...]
DIBuilder.cpp 714 MDLexicalBlock* DIBuilder::createLexicalBlock(MDScope * Scope, MDFile* File,
718 return MDLexicalBlock::getDistinct(VMContext, getNonCompileUnitScope(Scope),
    [all...]
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
DIBuilder.h 583 MDLexicalBlock *createLexicalBlock(MDScope *Scope, MDFile *File,
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 135 } else if (isa<llvm::MDLexicalBlock>(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 115 milliseconds