Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DInputFiles.cpp342 Symbol *sym = createUndefined(*wasmSym, false); in addLegacyIndirectFunctionTableIfNeeded()
536 symbols.push_back(createUndefined(wasmSym, isCalledDirectly[idx])); in parse()
635 Symbol *ObjFile::createUndefined(const WasmSymbol &sym, bool isCalledDirectly) { in createUndefined() function in lld::wasm::ObjFile
H A DInputFiles.h157 Symbol *createUndefined(const WasmSymbol &sym, bool isCalledDirectly);
/openbsd-src/gnu/llvm/lld/COFF/
H A DInputFiles.cpp395 symbols[i] = createUndefined(coffSym); in initializeSymbols()
397 symbols[i] = createUndefined(coffSym); in initializeSymbols()
446 Symbol *ObjFile::createUndefined(COFFSymbolRef sym) { in createUndefined() function in ObjFile
H A DInputFiles.h267 Symbol *createUndefined(COFFSymbolRef sym);
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp45 UnwindLocation UnwindLocation::createUndefined() { return {Undefined}; } in createUndefined() function in UnwindLocation
672 *RegNum, UnwindLocation::createUndefined()); in parseRows()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h98 static UnwindLocation createUndefined();
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCDwarf.h610 static MCCFIInstruction createUndefined(MCSymbol *L, unsigned Register) { in createUndefined() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCStreamer.cpp651 MCCFIInstruction::createUndefined(Label, Register); in emitCFIUndefined()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2539 CFIIndex = MF.addFrameInst(MCCFIInstruction::createUndefined(nullptr, Reg)); in parseCFIOperand()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6582 MF.addFrameInst(MCCFIInstruction::createUndefined(nullptr, DwarfRAC)); in restoreLRFromStack()