Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.h98 Error emitDebugStringOffsetSection();
H A DDWARFLinkerUnit.cpp130 Error DwarfUnit::emitDebugStringOffsetSection() { in emitDebugStringOffsetSection() function in DwarfUnit
H A DDWARFLinkerTypeUnit.cpp380 Tasks.push_back([&]() -> Error { return emitDebugStringOffsetSection(); }); in finishCloningAndEmit()
H A DDWARFLinkerCompileUnit.cpp1282 if (Error Err = emitDebugStringOffsetSection()) in cloneAndEmit()