Searched refs:createUndefined (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/ |
| H A D | DWARFUnwindTable.cpp | 23 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 D | CFIInstBuilder.h | 107 insertCFIInst(MCCFIInstruction::createUndefined( in buildUndefined()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/ |
| H A D | DWARFUnwindTable.h | 90 LLVM_ABI static UnwindLocation createUndefined();
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/ |
| H A D | DWARFCFIAnalysis.cpp | 102 State.update(MCCFIInstruction::createUndefined( in DWARFCFIAnalysis()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.h | 280 Symbol *createUndefined(COFFSymbolRef sym, bool overrideLazy);
|
| H A D | InputFiles.cpp | 588 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 D | MCDwarf.h | 673 static MCCFIInstruction createUndefined(MCSymbol *L, unsigned Register,
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCStreamer.cpp | 644 MCCFIInstruction::createUndefined(Label, Register, Loc); in emitCFIUndefined()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 2590 CFIIndex = MF.addFrameInst(MCCFIInstruction::createUndefined(nullptr, Reg)); in parseCFIOperand()
|