Home
last modified time | relevance | path

Searched full:exporttable (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project/lldb/test/Shell/ObjectFile/PECOFF/
H A Dinvalid-export-table.yaml2 ## The ExportTable RelativeVirtualAddress is out of bounds here.
26 ExportTable:
H A Dsection-types.yaml27 ExportTable:
H A Dbasic-info.yaml31 ExportTable:
H A Dsymbols-forwarder-export.yaml33 ExportTable:
H A Dbasic-info-arm.yaml31 ExportTable:
H A Dbasic-info-arm64.yaml31 ExportTable:
H A Duuid.yaml25 ExportTable:
H A Ddisassemble-thumb.yaml27 ExportTable:
H A Dsymbol.yaml30 ExportTable:
/llvm-project/llvm/test/tools/llvm-objcopy/COFF/
H A Dcheck-debug-dir-present.test8 # CHECK-NEXT: ExportTable:
55 ExportTable:
/llvm-project/llvm/test/tools/yaml2obj/COFF/
H A Dvariable-number-rva.yaml42 # ROUNDTRIP16: ExportTable:
132 # ROUNDTRIP0-NOT: ExportTable
156 # ROUNDTRIP6-NEXT: ExportTable:
222 # ROUNDTRIP18-NEXT: ExportTable:
H A Dbasic-arm64.yaml31 ExportTable:
/llvm-project/llvm/test/tools/llvm-objcopy/COFF/Inputs/
H A Di386-exe.yaml19 ExportTable:
H A Dx86_64-exe.yaml19 ExportTable:
/llvm-project/llvm/test/tools/llvm-readobj/COFF/
H A Dexports-forwarder.yaml34 ExportTable:
H A Dunwind-x86_64-image.yaml64 ExportTable:
H A Dunwind-arm64-image.yaml55 ExportTable:
/llvm-project/llvm/test/Object/Inputs/COFF/
H A Ddata-dir-out-of-bounds.yaml19 ExportTable:
H A Ddwarf-debug-only.yaml19 ExportTable:
/llvm-project/lldb/test/Shell/Minidump/Windows/Inputs/
H A Dbroken-unwind.exe.yaml22 ExportTable:
H A Darm-fp-unwind.exe.yaml19 ExportTable:
/llvm-project/lldb/test/Shell/Process/Windows/
H A Dlaunch_failure.yaml30 ExportTable:
/llvm-project/llvm/test/tools/llvm-objdump/COFF/Inputs/
H A Deh_frame-coff.yaml19 ExportTable:
/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1729 return ExportTable == Other.ExportTable && Index == Other.Index; in getHintNameRVA()
1741 OwningObject->getRvaPtr(ExportTable->NameRVA, IntPtr, "dll name")) in getOrdinal()
1749 Result = ExportTable->OrdinalBase; in getOrdinal()
1755 Result = ExportTable->OrdinalBase + Index; in createCOFFObjectFile()
1762 if (Error EC = OwningObject->getRvaPtr(ExportTable->ExportAddressTableRVA, in moveNext()
1776 if (Error EC = OwningObject->getRvaPtr(ExportTable->OrdinalTableRVA, IntPtr, in moveNext()
1781 uint32_t NumEntries = ExportTable->NumberOfNamePointers; in getType()
1787 if (Error EC = OwningObject->getRvaPtr(ExportTable->NamePointerRVA, IntPtr, in getRVA()
/llvm-project/lld/wasm/
H A DSymbolTable.cpp799 uint32_t flags = ctx.arg.exportTable ? 0 : WASM_SYMBOL_VISIBILITY_HIDDEN; in getFunctionVariant()
804 sym->forceExport = ctx.arg.exportTable; in getFunctionVariant()
814 uint32_t flags = ctx.arg.exportTable ? 0 : WASM_SYMBOL_VISIBILITY_HIDDEN; in getFunctionVariant()
817 sym->forceExport = ctx.arg.exportTable; in getFunctionVariant()
849 } else if ((existing && existing->isLive()) || ctx.arg.exportTable ||

12