Home
last modified time | relevance | path

Searched refs:MaximumAllocationSize (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dcoff-load-config.test19 X86: MaximumAllocationSize: 0x0
64 X64: MaximumAllocationSize: 0x0
/external/llvm/include/llvm/Object/
DCOFF.h570 support::ulittle32_t MaximumAllocationSize; member
593 support::ulittle32_t MaximumAllocationSize; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h616 support::ulittle32_t MaximumAllocationSize; member
663 support::ulittle64_t MaximumAllocationSize; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DCOFFDump.cpp329 << "\n Maximum Allocation Size: " << LoadConf->MaximumAllocationSize in printLoadConfiguration()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp334 << "\n Maximum Allocation Size: " << LoadConf->MaximumAllocationSize in printLoadConfiguration()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp837 W.printHex("MaximumAllocationSize", Conf->MaximumAllocationSize); in printCOFFLoadConfig()