Searched refs:createUndefined (Results 1 – 10 of 10) sorted by relevance
342 Symbol *sym = createUndefined(*wasmSym, false); in addLegacyIndirectFunctionTableIfNeeded()536 symbols.push_back(createUndefined(wasmSym, isCalledDirectly[idx])); in parse()635 Symbol *ObjFile::createUndefined(const WasmSymbol &sym, bool isCalledDirectly) { in createUndefined() function in lld::wasm::ObjFile
157 Symbol *createUndefined(const WasmSymbol &sym, bool isCalledDirectly);
395 symbols[i] = createUndefined(coffSym); in initializeSymbols()397 symbols[i] = createUndefined(coffSym); in initializeSymbols()446 Symbol *ObjFile::createUndefined(COFFSymbolRef sym) { in createUndefined() function in ObjFile
267 Symbol *createUndefined(COFFSymbolRef sym);
45 UnwindLocation UnwindLocation::createUndefined() { return {Undefined}; } in createUndefined() function in UnwindLocation672 *RegNum, UnwindLocation::createUndefined()); in parseRows()
98 static UnwindLocation createUndefined();
610 static MCCFIInstruction createUndefined(MCSymbol *L, unsigned Register) { in createUndefined() function
651 MCCFIInstruction::createUndefined(Label, Register); in emitCFIUndefined()
2539 CFIIndex = MF.addFrameInst(MCCFIInstruction::createUndefined(nullptr, Reg)); in parseCFIOperand()
6582 MF.addFrameInst(MCCFIInstruction::createUndefined(nullptr, DwarfRAC)); in restoreLRFromStack()