Home
last modified time | relevance | path

Searched defs:createUndefined (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp46 UnwindLocation UnwindLocation::createUndefined() { return {Undefined}; } in createUndefined() function in UnwindLocation
/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/lld/COFF/
H A DInputFiles.cpp474 Symbol *ObjFile::createUndefined(COFFSymbolRef sym) { in createUndefined() function in ObjFile