Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.cpp23 UnwindLocation UnwindLocation::createUndefined() { return {Undefined}; } in createUndefined() function in UnwindLocation
265 *RegNum, UnwindLocation::createUndefined()); in parseRows()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCFIInstBuilder.h107 insertCFIInst(MCCFIInstruction::createUndefined( in buildUndefined()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.h90 LLVM_ABI static UnwindLocation createUndefined();
/freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/
H A DDWARFCFIAnalysis.cpp102 State.update(MCCFIInstruction::createUndefined( in DWARFCFIAnalysis()
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h280 Symbol *createUndefined(COFFSymbolRef sym, bool overrideLazy);
H A DInputFiles.cpp588 symbols[i] = createUndefined(coffSym, false); in initializeSymbols()
615 symbols[i] = createUndefined(coffSym, overrideLazy); in initializeSymbols()
665 Symbol *ObjFile::createUndefined(COFFSymbolRef sym, bool overrideLazy) { in createUndefined() function in ObjFile
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h673 static MCCFIInstruction createUndefined(MCSymbol *L, unsigned Register,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp644 MCCFIInstruction::createUndefined(Label, Register, Loc); in emitCFIUndefined()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2590 CFIIndex = MF.addFrameInst(MCCFIInstruction::createUndefined(nullptr, Reg)); in parseCFIOperand()