Home
last modified time | relevance | path

Searched refs:createUndefined (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lld/wasm/
H A DInputFiles.cpp340 Symbol *sym = createUndefined(*wasmSym, false); in addLegacyIndirectFunctionTableIfNeeded()
534 symbols.push_back(createUndefined(wasmSym, isCalledDirectly[idx])); in parse()
633 Symbol *ObjFile::createUndefined(const WasmSymbol &sym, bool isCalledDirectly) { in createUndefined() function in lld::wasm::ObjFile
H A DInputFiles.h155 Symbol *createUndefined(const WasmSymbol &sym, bool isCalledDirectly);
/llvm-project-15.0.7/lld/COFF/
H A DInputFiles.cpp394 symbols[i] = createUndefined(coffSym); in initializeSymbols()
396 symbols[i] = createUndefined(coffSym); in initializeSymbols()
445 Symbol *ObjFile::createUndefined(COFFSymbolRef sym) { in createUndefined() function in ObjFile
H A DInputFiles.h267 Symbol *createUndefined(COFFSymbolRef sym);
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp47 UnwindLocation UnwindLocation::createUndefined() { return {Undefined}; } in createUndefined() function in UnwindLocation
668 *RegNum, UnwindLocation::createUndefined()); in parseRows()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h98 static UnwindLocation createUndefined();
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCDwarf.h609 static MCCFIInstruction createUndefined(MCSymbol *L, unsigned Register) { in createUndefined() function
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugFrameTest.cpp354 expectDumpResult(dwarf::UnwindLocation::createUndefined(), "undefined"); in TEST()
1254 dwarf::UnwindLocation::createUndefined()); in TEST()
/llvm-project-15.0.7/bolt/lib/Core/
H A DExceptions.cpp572 Offset, MCCFIInstruction::createUndefined(nullptr, Instr.Ops[0])); in fillCFIInfoFor()
H A DBinaryFunction.cpp725 setCFIFor(Instr, MCCFIInstruction::createUndefined(nullptr, NewReg)); in mutateCFIRegisterFor()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCStreamer.cpp651 MCCFIInstruction::createUndefined(Label, Register); in emitCFIUndefined()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2480 CFIIndex = MF.addFrameInst(MCCFIInstruction::createUndefined(nullptr, Reg)); in parseCFIOperand()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6560 MF.addFrameInst(MCCFIInstruction::createUndefined(nullptr, DwarfRAC)); in restoreLRFromStack()