Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp395 symbols[i] = createUndefined(coffSym); in initializeSymbols()
397 symbols[i] = createUndefined(coffSym); in initializeSymbols()
446 Symbol *ObjFile::createUndefined(COFFSymbolRef sym) { in createUndefined() function in ObjFile
H A DInputFiles.h270 Symbol *createUndefined(COFFSymbolRef sym);
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp45 UnwindLocation UnwindLocation::createUndefined() { return {Undefined}; } in createUndefined() function in UnwindLocation
672 *RegNum, UnwindLocation::createUndefined()); in parseRows()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h98 static UnwindLocation createUndefined();
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h623 static MCCFIInstruction createUndefined(MCSymbol *L, unsigned Register,
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp658 MCCFIInstruction::createUndefined(Label, Register, Loc); in emitCFIUndefined()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2582 CFIIndex = MF.addFrameInst(MCCFIInstruction::createUndefined(nullptr, Reg)); in parseCFIOperand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6556 MF.addFrameInst(MCCFIInstruction::createUndefined(nullptr, DwarfRAC)); in restoreLRFromStack()