Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h147 enum { EntryValue = 1 << 0, Indirect = 1 << 1, CallSiteParamValue = 1 << 2 }; enumerator
/openbsd/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1643 bool EntryValue = Flags & DIExpression::EntryValue; in prepend() local
1707 bool StackValue, bool EntryValue) { in prependOpcodes()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3348 int EntryValue = 0; member
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2871 EntryValue = 1 << 3 enumerator