Home
last modified time | relevance | path

Searched full:lazybindopcodes (Results 1 – 19 of 19) sorted by relevance

/llvm-project/llvm/test/ObjectYAML/MachO/
H A Dlazy_bind_opcode.yaml64 LazyBindOpcodes:
267 #CHECK: LazyBindOpcodes:
/llvm-project/lld/test/MachO/
H A Dweak-reference.s55 # YAML-LABEL: LazyBindOpcodes:
123 # STRONG-YAML-LABEL: LazyBindOpcodes:
/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp29 WeakBindOpcodes.size() + LazyBindOpcodes.size() + in isEmpty()
162 IO.mapOptional("LazyBindOpcodes", LinkEditData.LazyBindOpcodes); in mapping()
H A DMachOEmitter.cpp578 writeBindOpcodes(OS, Obj.LinkEdit.LazyBindOpcodes);
/llvm-project/llvm/test/tools/llvm-readtapi/Inputs/
H A Dflat_namespace.yaml261 LazyBindOpcodes:
H A Dobjc.yaml452 LazyBindOpcodes:
/llvm-project/bolt/test/X86/MachO/Inputs/
H A Dexternal_symbol.yaml259 LazyBindOpcodes:
/llvm-project/llvm/test/tools/llvm-lipo/Inputs/
H A DCPU10-slice.yaml254 LazyBindOpcodes:
H A Darmv7-slice-big.yaml536 LazyBindOpcodes:
/llvm-project/llvm/test/tools/llvm-objcopy/MachO/Inputs/
H A Dstrip-all-with-codesignature.yaml275 LazyBindOpcodes:
/llvm-project/lldb/test/API/functionalities/disassemble/aarch64-adrp-add/
H A Da.out-arm64_32.yaml286 LazyBindOpcodes:
H A Da.out-arm64.yaml288 LazyBindOpcodes:
/llvm-project/llvm/test/Object/Inputs/MachO/
H A Drebase-bind-table-trailing-opcode.yaml294 LazyBindOpcodes:
H A Dbind-negative-skip.yaml326 LazyBindOpcodes:
/llvm-project/llvm/test/tools/llvm-objcopy/MachO/
H A Dlinkedit-order-1.test383 LazyBindOpcodes:
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h127 std::vector<MachOYAML::BindOpcode> LazyBindOpcodes; member
/llvm-project/lldb/test/Shell/ObjectFile/MachO/
H A Dsymtab.yaml349 LazyBindOpcodes:
/llvm-project/llvm/test/tools/llvm-readtapi/
H A Dstubify-ehtypes.test606 LazyBindOpcodes:
/llvm-project/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp353 dumpBindOpcodes(Y->LinkEdit.LazyBindOpcodes, Obj.getDyldInfoLazyBindOpcodes(), in dumpLinkEdit()