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

  /external/llvm/include/llvm/Object/
COFF.h 632 const coff_symbol16 *SymbolTable16;
661 if (SymbolTable16)
662 return reinterpret_cast<uintptr_t>(SymbolTable16);
816 if (SymbolTable16) {
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 134 if (SymbolTable16) {
389 SymbolTable16, Data, base() + getPointerToSymbolTable(),
631 DataDirectory(nullptr), SectionTable(nullptr), SymbolTable16(nullptr),
    [all...]

Completed in 218 milliseconds