Searched refs:createUndefined (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | InputFiles.cpp | 340 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 D | InputFiles.h | 155 Symbol *createUndefined(const WasmSymbol &sym, bool isCalledDirectly);
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | InputFiles.cpp | 394 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 D | InputFiles.h | 267 Symbol *createUndefined(COFFSymbolRef sym);
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.cpp | 47 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 D | DWARFDebugFrame.h | 98 static UnwindLocation createUndefined();
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCDwarf.h | 609 static MCCFIInstruction createUndefined(MCSymbol *L, unsigned Register) { in createUndefined() function
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrameTest.cpp | 354 expectDumpResult(dwarf::UnwindLocation::createUndefined(), "undefined"); in TEST() 1254 dwarf::UnwindLocation::createUndefined()); in TEST()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | Exceptions.cpp | 572 Offset, MCCFIInstruction::createUndefined(nullptr, Instr.Ops[0])); in fillCFIInfoFor()
|
| H A D | BinaryFunction.cpp | 725 setCFIFor(Instr, MCCFIInstruction::createUndefined(nullptr, NewReg)); in mutateCFIRegisterFor()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCStreamer.cpp | 651 MCCFIInstruction::createUndefined(Label, Register); in emitCFIUndefined()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 2480 CFIIndex = MF.addFrameInst(MCCFIInstruction::createUndefined(nullptr, Reg)); in parseCFIOperand()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.cpp | 6560 MF.addFrameInst(MCCFIInstruction::createUndefined(nullptr, DwarfRAC)); in restoreLRFromStack()
|