Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h172 struct EntryValue { struct
174 explicit EntryValue(MCRegister Reg, const DIExpression &Expr) { in EntryValue() argument
190 Loc::EntryValue>; argument
173 EntryValuesEntryValue global() argument
H A DDwarfExpression.h86 enum { EntryValue = 1 << 0, Indirect = 1 << 1, CallSiteParamValue = 1 << 2 }; enumerator
H A DDwarfCompileUnit.cpp948 applyConcreteDbgVariableAttributes(const Loc::EntryValue & EntryValue,const DbgVariable & DV,DIE & VariableDie) applyConcreteDbgVariableAttributes() argument
/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1849 bool EntryValue = Flags & DIExpression::EntryValue; prepend() local
1913 prependOpcodes(const DIExpression * Expr,SmallVectorImpl<uint64_t> & Ops,bool StackValue,bool EntryValue) prependOpcodes() argument
/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3726 int EntryValue = 0; global() member
[all...]
/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3011 EntryValue = 1 << 3 global() enumerator