Home
last modified time | relevance | path

Searched refs:BIND_OPCODE_DONE (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h280 ENUM_CASE(BIND_OPCODE_DONE) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/openbsd/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp660 os << static_cast<uint8_t>(BIND_OPCODE_DONE); in finalizeContents()
694 os << static_cast<uint8_t>(BIND_OPCODE_DONE); in finalizeContents()
966 << static_cast<uint8_t>(BIND_OPCODE_DONE); in encode()
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp470 if (!Lazy && BindOp.Opcode == MachO::BIND_OPCODE_DONE) in dumpBindOpcodes()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h276 BIND_OPCODE_DONE = 0x00u, enumerator
/openbsd/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp3853 case MachO::BIND_OPCODE_DONE: in moveNext()