Home
last modified time | relevance | path

Searched refs:DILexicalBlockFile (Results 1 – 10 of 10) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DLexicalScopes.cpp128 Scope = DILexicalBlockFile(Scope).getScope(); in findLexicalScope()
160 Scope = DILexicalBlockFile(Scope).getScope(); in getOrCreateRegularScope()
217 Scope = DILexicalBlockFile(Scope).getScope(); in getOrCreateAbstractScope()
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp47 DILexicalBlockFile(DbgNode).Verify() || in Verify()
532 DILexicalBlockFile D(Scope); in Verify()
628 bool DILexicalBlockFile::Verify() const { in Verify()
746 return DIScopeRef(DILexicalBlockFile(DbgNode).getContext()); in getContext()
832 DILexicalBlockFile NewScope) { in copyWithNewScope()
884 return getDISubprogram(DILexicalBlockFile(Scope).getContext()); in getDISubprogram()
1066 DILexicalBlockFile LBF = DILexicalBlockFile(Scope); in processScope()
H A DDIBuilder.cpp1093 DILexicalBlockFile DIBuilder::createLexicalBlockFile(DIDescriptor Scope, in createLexicalBlockFile()
1100 DILexicalBlockFile R(MDNode::get(VMContext, Elts)); in createLexicalBlockFile()
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp199 DILexicalBlockFile NewScope = in runOnFunction()
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h52 class DILexicalBlockFile; variable
693 class DILexicalBlockFile : public DIScope {
695 explicit DILexicalBlockFile(const MDNode *N = nullptr) : DIScope(N) {} in DIScope()
920 ? DILexicalBlockFile( in getDiscriminator()
930 DILocation copyWithNewScope(LLVMContext &Ctx, DILexicalBlockFile NewScope);
H A DDIBuilder.h48 class DILexicalBlockFile; variable
631 DILexicalBlockFile createLexicalBlockFile(DIDescriptor Scope, DIFile File,
/minix/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A DDIBuilderBindings.cpp78 DILexicalBlockFile LBF = D->createLexicalBlockFile( in LLVMDIBuilderCreateLexicalBlockFile()
/minix/minix/llvm/passes/include/common/
H A Dpass_common.h336 _directory = ((DILexicalBlockFile*)&DIS)->getDirectory(); in getDbgLocationInfo()
337 _filename = ((DILexicalBlockFile*)&DIS)->getFilename(); in getDbgLocationInfo()
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp117 llvm::DILexicalBlockFile LBF = llvm::DILexicalBlockFile(Scope); in setLocation()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1335 Discriminator = DILexicalBlockFile(S).getDiscriminator(); in recordSourceLine()