Home
last modified time | relevance | path

Searched refs:emitDebugStringOffsetSection (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDWARFLinkerUnit.h103 Error emitDebugStringOffsetSection();
HDDWARFLinkerUnit.cpp128 Error DwarfUnit::emitDebugStringOffsetSection() { in emitDebugStringOffsetSection() function in DwarfUnit
HDDWARFLinkerTypeUnit.cpp380 Tasks.push_back([&]() -> Error { return emitDebugStringOffsetSection(); }); in finishCloningAndEmit()
HDDWARFLinkerCompileUnit.cpp1282 if (Error Err = emitDebugStringOffsetSection()) in cloneAndEmit()