HomeSort by relevance Sort by last modified time
    Searched refs:CoffSection (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 274 const coff_section *CoffSection = COFFObj->getCOFFSection(Section);
280 bool HasContent = (CoffSection->VirtualSize > 0)
281 || (CoffSection->SizeOfRawData > 0);
282 bool IsDiscardable = CoffSection->Characteristics &
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 213 class CoffSection:
335 sections = [CoffSection(f) for idx in range(section_count)]
    [all...]

Completed in 125 milliseconds