Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dcoff-load-config.test20 X86: VirtualMemoryThreshold: 0x0
65 X64: VirtualMemoryThreshold: 0x0
/external/llvm/include/llvm/Object/
DCOFF.h571 support::ulittle32_t VirtualMemoryThreshold; member
594 support::ulittle32_t VirtualMemoryThreshold; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h617 support::ulittle32_t VirtualMemoryThreshold; member
664 support::ulittle64_t VirtualMemoryThreshold; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DCOFFDump.cpp330 << "\n Virtual Memory Threshold: " << LoadConf->VirtualMemoryThreshold in printLoadConfiguration()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp335 << "\n Virtual Memory Threshold: " << LoadConf->VirtualMemoryThreshold in printLoadConfiguration()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp838 W.printHex("VirtualMemoryThreshold", Conf->VirtualMemoryThreshold); in printCOFFLoadConfig()