Home
last modified time | relevance | path

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

/freebsd-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() function
190 Loc::EntryValue>; argument
H A DDwarfExpression.h147 enum { EntryValue = 1 << 0, Indirect = 1 << 1, CallSiteParamValue = 1 << 2 }; global() enumerator
H A DDwarfCompileUnit.cpp933 applyConcreteDbgVariableAttributes(const Loc::EntryValue & EntryValue,const DbgVariable & DV,DIE & VariableDie) applyConcreteDbgVariableAttributes() argument
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1762 bool EntryValue = Flags & DIExpression::EntryValue; prepend() local
1826 prependOpcodes(const DIExpression * Expr,SmallVectorImpl<uint64_t> & Ops,bool StackValue,bool EntryValue) prependOpcodes() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3478 int EntryValue = 0; global() member
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2952 EntryValue = 1 << 3 global() enumerator