Searched refs:NoType (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/test/tools/llvm-ifs/ |
| H A D | binary-read-syms-sysv-hash.test | 14 # CHECK-NEXT: - { Name: _ITM_deregisterTMCloneTable, Type: NoType, Undefined: true, Weak: true } 15 # CHECK-NEXT: - { Name: _ITM_registerTMCloneTable, Type: NoType, Undefined: true, Weak: true } 18 # CHECK-NEXT: - { Name: __gmon_start__, Type: NoType, Undefined: true, Weak: true }
|
| H A D | binary-read-syms-gnu-hash.test | 14 # CHECK-NEXT: - { Name: _ITM_deregisterTMCloneTable, Type: NoType, Undefined: true, Weak: true } 15 # CHECK-NEXT: - { Name: _ITM_registerTMCloneTable, Type: NoType, Undefined: true, Weak: true } 18 # CHECK-NEXT: - { Name: __gmon_start__, Type: NoType, Undefined: true, Weak: true }
|
| /llvm-project-15.0.7/llvm/lib/InterfaceStub/ |
| H A D | IFSStub.cpp | 91 case IFSSymbolType::NoType: in convertIFSSymbolTypeToELF() 129 return IFSSymbolType::NoType; in convertELFSymbolTypeToIFS()
|
| H A D | IFSHandler.cpp | 33 IO.enumCase(SymbolType, "NoType", IFSSymbolType::NoType); in enumeration() 120 if (Symbol.Type == IFSSymbolType::NoType) { in mapping()
|
| /llvm-project-15.0.7/llvm/unittests/InterfaceStub/ |
| H A D | ELFYAMLTest.cpp | 111 EXPECT_EQ(SymNor.Type, IFSSymbolType::NoType); in TEST() 194 SymFoo.Type = IFSSymbolType::NoType; in TEST()
|
| /llvm-project-15.0.7/llvm/include/llvm/InterfaceStub/ |
| H A D | IFSStub.h | 27 NoType, enumerator
|
| /llvm-project-15.0.7/llvm/tools/llvm-ifs/ |
| H A D | llvm-ifs.cpp | 117 case IFSSymbolType::NoType: in getTypeName() 219 case IFSSymbolType::NoType: in writeTbdStub()
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-ifs.rst | 62 …The size of the symbol in question, doesn't apply to functions, and is optional for NoType symbols.
|