HomeSort by: relevance | last modified time | path
    Searched refs:isEntryValue (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.cpp 289 isEntryValue()) {
296 if (isEntryValue()) {
385 if (DIExpr->isEntryValue())
DebugLocEntry.h 151 bool isEntryVal() const { return getExpression()->isEntryValue(); }
DwarfExpression.h 167 bool isEntryValue() const { return LocationFlags & EntryValue; }
DwarfCompileUnit.cpp 1451 if (DIExpr->isEntryValue())
DwarfDebug.cpp 635 if (ShouldCombineExpressions && Expr->isEntryValue())
2494 if (DIExpr && DIExpr->isEntryValue()) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstr.cpp 876 return isDebugValue() && getDebugExpression()->isEntryValue();
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 2872 bool isEntryValue() const {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 5606 AssertDI(!E->isEntryValue(), "Entry values are only allowed in MIR", &I);

Completed in 35 milliseconds