Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp31 LazyBindOpcodes.size() + ExportTrie.Children.size() + in isEmpty()
157 IO.mapOptional("LazyBindOpcodes", LinkEditData.LazyBindOpcodes); in mapping()
H A DMachOEmitter.cpp449 writeBindOpcodes(OS, Obj.LinkEdit.LazyBindOpcodes); in writeLazyBindOpcodes()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp30 WeakBindOpcodes.size() + LazyBindOpcodes.size() + in isEmpty()
163 IO.mapOptional("LazyBindOpcodes", LinkEditData.LazyBindOpcodes); in mapping()
H A DMachOEmitter.cpp579 writeBindOpcodes(OS, Obj.LinkEdit.LazyBindOpcodes); in writeLazyBindOpcodes()
/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/
H A Dlazy_bind_opcode.yaml64 LazyBindOpcodes:
267 #CHECK: LazyBindOpcodes:
/aosp_15_r20/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp140 IO.mapOptional("LazyBindOpcodes", LinkEditData.LazyBindOpcodes); in mapping()
/aosp_15_r20/external/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h99 std::vector<MachOYAML::BindOpcode> LazyBindOpcodes; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h105 std::vector<MachOYAML::BindOpcode> LazyBindOpcodes; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h127 std::vector<MachOYAML::BindOpcode> LazyBindOpcodes; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DMachOYAML.h127 std::vector<MachOYAML::BindOpcode> LazyBindOpcodes; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DMachOYAML.h127 std::vector<MachOYAML::BindOpcode> LazyBindOpcodes; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DMachOYAML.h127 std::vector<MachOYAML::BindOpcode> LazyBindOpcodes; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DMachOYAML.h127 std::vector<MachOYAML::BindOpcode> LazyBindOpcodes; member
/aosp_15_r20/external/llvm/tools/yaml2obj/
H A Dyaml2macho.cpp405 writeBindOpcodes(OS, Obj.LinkEdit.LazyBindOpcodes); in writeLazyBindOpcodes()
/aosp_15_r20/external/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp211 dumpBindOpcodes(Y->LinkEdit.LazyBindOpcodes, Obj.getDyldInfoLazyBindOpcodes(), in dumpLinkEdit()