Home
last modified time | relevance | path

Searched defs:isOptimized (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/IR/
DDIBuilder.cpp98 StringRef Producer, bool isOptimized, in createCompileUnit()
1052 bool isOptimized, Function *Fn, in createFunction()
1068 bool isOptimized, Function *Fn, in createFunction()
1112 bool isOptimized, Function *Fn, in createMethod()
DDebugInfo.cpp717 unsigned DISubprogram::isOptimized() const { in isOptimized() function in DISubprogram
/freebsd-10-stable/contrib/llvm/include/llvm/
DDebugInfo.h412 bool isOptimized() const { return getUnsignedField(4) != 0; } in isOptimized() function