Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp149 uint32_t AttrIndex, uint64_t DIEOffset, const DWARFUnit &U) const { in getAttributeOffsetFromIndex()
167 uint32_t AttrIndex, uint64_t Offset, const DWARFUnit &U) const { in getAttributeValueFromOffset()
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm.ml100 module AttrIndex = struct module
Dllvm.mli153 module AttrIndex : sig module
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1715 unsigned AttrIndex; in StripAttr() local