Home
last modified time | relevance | path

Searched refs:SHT_HEX_ORDERED (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp212 switch (Type) { STRINGIFY_ENUM_CASE(ELF, SHT_HEX_ORDERED); } in getELFSectionTypeName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h700 SHT_HEX_ORDERED = 0x70000000, // Link editor is to sort the entries in enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h869 SHT_HEX_ORDERED = 0x70000000, // Link editor is to sort the entries in enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp487 ECase(SHT_HEX_ORDERED); in enumeration()