Searched refs:ScopeLine (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp206 unsigned ScopeLine = 0; local
207 if (!findLine(FirstInst, ScopeLine)) {
221 Sig, Local, IsDefinition, ScopeLine, FuncFlags, IsOptimized, &F);
/external/llvm/include/llvm/
H A DDIBuilder.h535 /// @param ScopeLine Set to the beginning of the scope this starts
546 unsigned ScopeLine,
/external/llvm/lib/IR/
H A DDIBuilder.cpp1021 unsigned ScopeLine,
1049 ConstantInt::get(Type::getInt32Ty(VMContext), ScopeLine)
1015 createFunction(DIDescriptor Context, StringRef Name, StringRef LinkageName, DIFile File, unsigned LineNo, DICompositeType Ty, bool isLocalToUnit, bool isDefinition, unsigned ScopeLine, unsigned Flags, bool isOptimized, Function *Fn, MDNode *TParams, MDNode *Decl) argument

Completed in 103 milliseconds