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

  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 374 DILexicalBlock *DILexicalBlock::getImpl(LLVMContext &Context, Metadata *Scope,
382 DEFINE_GETIMPL_LOOKUP(DILexicalBlock, (Scope, File, Line, Column));
384 DEFINE_GETIMPL_STORE(DILexicalBlock, (Line, Column), Ops);
LLVMContextImpl.h 528 template <> struct MDNodeKeyImpl<DILexicalBlock> {
536 MDNodeKeyImpl(const DILexicalBlock *N)
540 bool isKeyOf(const DILexicalBlock *RHS) const {
    [all...]
DIBuilder.cpp 757 DILexicalBlock *DIBuilder::createLexicalBlock(DIScope *Scope, DIFile *File,
761 return DILexicalBlock::getDistinct(VMContext, getNonCompileUnitScope(Scope),
    [all...]
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
DIBuilder.h 613 DILexicalBlock *createLexicalBlock(DIScope *Scope, DIFile *File,
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 145 } else if (isa<llvm::DILexicalBlock>(Scope) ||
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 54 milliseconds