HomeSort by: relevance | last modified time | path
    Searched refs:getCharacteristics (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCSectionCOFF.cpp 47 if (getCharacteristics() & COFF::IMAGE_SCN_CNT_INITIALIZED_DATA)
49 if (getCharacteristics() & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA)
51 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_EXECUTE)
53 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_WRITE)
55 else if (getCharacteristics() & COFF::IMAGE_SCN_MEM_READ)
59 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_REMOVE)
61 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_SHARED)
63 if ((getCharacteristics() & COFF::IMAGE_SCN_MEM_DISCARDABLE) &&
68 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) {
112 return getCharacteristics() & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA
    [all...]
MCStreamer.cpp 800 if (TextSecCOFF->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) {
812 MainCFISecCOFF->getCharacteristics() | COFF::IMAGE_SCN_LNK_COMDAT,
MCContext.cpp 662 unsigned Characteristics = Sec->getCharacteristics();
WinCOFFObjectWriter.cpp 326 Section->Header.Characteristics = MCSec.getCharacteristics();
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSectionCOFF.h 66 unsigned getCharacteristics() const { return Characteristics; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
WindowsResourceDumper.cpp 76 SW.printNumber("Characteristics", Ref.getCharacteristics());
COFFDumper.cpp 631 W.printFlags ("Characteristics", Obj->getCharacteristics(),
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
WindowsResource.h 112 uint32_t getCharacteristics() const { return Suffix->Characteristics; }
177 uint32_t getCharacteristics() const { return Characteristics; }
COFF.h 877 uint16_t getCharacteristics() const {
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
coff2yaml.cpp 96 YAMLObj.Header.Characteristics = Obj.getCharacteristics();
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 601 if (Current->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT)
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WindowsResource.cpp 505 Entry.getMinorVersion(), Entry.getCharacteristics(),
888 Table->Characteristics = CurrentNode->getCharacteristics();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 22732 auto getCharacteristics = [](SDNode *N) -> MemUseCharacteristics {
22760 MemUseCharacteristics MUC0 = getCharacteristics(Op0),
22761 MUC1 = getCharacteristics(Op1);

Completed in 81 milliseconds