Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h271 Symbol *createUndefined(COFFSymbolRef sym);
H A DInputFiles.cpp434 symbols[i] = createUndefined(coffSym); in initializeSymbols()
436 symbols[i] = createUndefined(coffSym); in initializeSymbols()
485 Symbol *ObjFile::createUndefined(COFFSymbolRef sym) { in createUndefined() function in ObjFile
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h98 static UnwindLocation createUndefined();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp45 UnwindLocation UnwindLocation::createUndefined() { return {Undefined}; } in createUndefined() function in UnwindLocation
674 *RegNum, UnwindLocation::createUndefined()); in parseRows()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h640 static MCCFIInstruction createUndefined(MCSymbol *L, unsigned Register,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp648 MCCFIInstruction::createUndefined(Label, Register, Loc); in emitCFIUndefined()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2557 CFIIndex = MF.addFrameInst(MCCFIInstruction::createUndefined(nullptr, Reg)); in parseCFIOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6558 MF.addFrameInst(MCCFIInstruction::createUndefined(nullptr, DwarfRAC)); in restoreLRFromStack()