Home
last modified time | relevance | path

Searched refs:isSectionDefinition (Results 1 – 12 of 12) sorted by relevance

/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp247 } else if (Symbol.isSectionDefinition()) { in dumpSymbols()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dcoff2yaml.cpp310 } else if (Symbol.isSectionDefinition()) { in dumpSymbols()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp637 if (Symbol->isSectionDefinition()) { in printCOFFSymbolTable()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DCOFFDump.cpp655 if (Symbol->isSectionDefinition()) { in printCOFFSymbolTable()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp195 if (SectionNumber == COFF::IMAGE_SYM_DEBUG || Symb.isSectionDefinition()) in getSymbolType()
220 if (Symb.isSectionDefinition()) in getSymbolFlags()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp204 if (SectionNumber == COFF::IMAGE_SYM_DEBUG || Symb.isSectionDefinition()) in getSymbolType()
232 if (Symb.isSectionDefinition()) in getSymbolFlags()
/external/llvm/include/llvm/Object/
DCOFF.h396 bool isSectionDefinition() const { in isSectionDefinition() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h415 bool isSectionDefinition() const { in isSectionDefinition() function
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp835 if (Symb.isSectionDefinition()) in getSymbolNMTypeChar()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1303 } else if (Symbol.isSectionDefinition()) { in printSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/
Dllvm-nm.cpp976 if (Symb.isSectionDefinition()) in getSymbolNMTypeChar()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1458 } else if (Symbol.isSectionDefinition()) { in printSymbol()