HomeSort by: relevance | last modified time | path
    Searched defs:EntryValue (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.h 148 enum { EntryValue = 1 << 0, Indirect = 1 << 1, CallSiteParamValue = 1 << 2 };
167 bool isEntryValue() const { return LocationFlags & EntryValue; }
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfoMetadata.cpp 1296 bool EntryValue = Flags & DIExpression::EntryValue;
1298 return prependOpcodes(Expr, Ops, StackValue, EntryValue);
1350 bool EntryValue) {
1353 if (EntryValue) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineVerifier.cpp 3104 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup),
3108 int EntryValue = 0;
3142 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue;
3144 BBState.ExitValue = BBState.EntryValue;
3178 (SPState[Pred->getNumber()].ExitValue != BBState.EntryValue ||
3185 << BBState.EntryValue << ", " << BBState.EntryIsSetup << ").\n";
3193 (SPState[Succ->getNumber()].EntryValue != BBState.ExitValue ||
3197 << " has entry state (" << SPState[Succ->getNumber()].EntryValue

Completed in 72 milliseconds