Home
last modified time | relevance | path

Searched refs:setTargetDWARFVersion (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h142 virtual Error setTargetDWARFVersion(uint16_t TargetDWARFVersion) = 0;
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerImpl.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h130 Error setTargetDWARFVersion(uint16_t TargetDWARFVersion) override { in setTargetDWARFVersion() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp401 if (Error Err = DebugInfoLinker->setTargetDWARFVersion(MaxDWARFVersion)) in linkDebugInfoImpl()