Home
last modified time | relevance | path

Searched refs:PPC_DYNAMIC_TAG (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def24 #ifndef PPC_DYNAMIC_TAG
25 #define PPC_DYNAMIC_TAG(name, value) DYNAMIC_TAG(name, value)
209 PPC_DYNAMIC_TAG(PPC_GOT, 0x70000000) // Uses Secure PLT ABI.
210 PPC_DYNAMIC_TAG(PPC_OPT, 0x70000001) // Has TLS optimization.
239 #undef PPC_DYNAMIC_TAG
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp847 #define PPC_DYNAMIC_TAG(name, value) in enumeration() macro
877 #undef PPC_DYNAMIC_TAG in enumeration()
878 #define PPC_DYNAMIC_TAG(name, value) DYNAMIC_TAG(name, value) in enumeration() macro
880 #undef PPC_DYNAMIC_TAG in enumeration()
881 #define PPC_DYNAMIC_TAG(name, value) in enumeration() macro
897 #undef PPC_DYNAMIC_TAG in enumeration()