Searched refs:UseDebugObj (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp359 static int printLineInfoForInput(bool LoadObjects, bool UseDebugObj) { argument
360 assert(LoadObjects || !UseDebugObj);
407 if (UseDebugObj) {
451 if (!UseDebugObj && LoadObjects) {
976 printLineInfoForInput(/* LoadObjects */ true, /* UseDebugObj */ true);
980 printLineInfoForInput(/* LoadObjects */ true, /* UseDebugObj */ false);
984 printLineInfoForInput(/* LoadObjects */ false, /* UseDebugObj */ false);

Completed in 43 milliseconds