Home
last modified time | relevance | path

Searched refs:addImport (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.h81 void addImport(StringRef Module, uint32_t ImportId);
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.cpp54 void DebugCrossModuleImportsSubsection::addImport(StringRef Module, in addImport() function in DebugCrossModuleImportsSubsection
/llvm-project-15.0.7/lld/wasm/
H A DWriter.cpp635 out.importSec->addImport(WasmSym::indirectFunctionTable); in calculateImports()
643 out.importSec->addImport(sym); in calculateImports()
800 out.importSec->addImport(WasmSym::indirectFunctionTable); in finalizeIndirectFunctionTable()
H A DSyntheticSections.h168 void addImport(Symbol *sym);
H A DSyntheticSections.cpp185 void ImportSection::addImport(Symbol *sym) { in addImport() function in lld::wasm::ImportSection
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp483 Result->addImport(M.ModuleName, Id); in toCodeViewSubsection()