Home
last modified time | relevance | path

Searched defs:EntryValue (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h172 struct EntryValue { struct
173 std::set<EntryValueInfo> EntryValues; argument
174 explicit EntryValue(MCRegister Reg, const DIExpression &Expr) { in EntryValue() argument
190 Loc::EntryValue>; argument
H A DDwarfExpression.h86 enum { EntryValue = 1 << 0, Indirect = 1 << 1, CallSiteParamValue = 1 << 2 }; enumerator
H A DDwarfCompileUnit.cpp948 const Loc::EntryValue &EntryValue, const DbgVariable &DV, in applyConcreteDbgVariableAttributes()
/src/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1849 bool EntryValue = Flags & DIExpression::EntryValue; in prepend() local
1913 bool StackValue, bool EntryValue) { in prependOpcodes()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3787 int EntryValue = 0; member
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3011 EntryValue = 1 << 3 enumerator