Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp423 symbols[i] = createUndefined(coffSym); in initializeSymbols()
425 symbols[i] = createUndefined(coffSym); in initializeSymbols()
474 Symbol *ObjFile::createUndefined(COFFSymbolRef sym) { in createUndefined() function in ObjFile
H A DInputFiles.h275 Symbol *createUndefined(COFFSymbolRef sym);
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp46 UnwindLocation UnwindLocation::createUndefined() { return {Undefined}; } in createUndefined() function in UnwindLocation
667 *RegNum, UnwindLocation::createUndefined()); in parseRows()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h96 static UnwindLocation createUndefined();
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h565 static MCCFIInstruction createUndefined(MCSymbol *L, unsigned Register) { in createUndefined() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp638 MCCFIInstruction::createUndefined(Label, Register); in emitCFIUndefined()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2460 CFIIndex = MF.addFrameInst(MCCFIInstruction::createUndefined(nullptr, Reg)); in parseCFIOperand()