Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp274 static int printLineInfoForInput(bool LoadObjects, bool UseDebugObj) { in printLineInfoForInput() argument
275 assert(LoadObjects || !UseDebugObj); in printLineInfoForInput()
322 if (UseDebugObj) { in printLineInfoForInput()
364 if (!UseDebugObj && LoadObjects) { in printLineInfoForInput()
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp359 static int printLineInfoForInput(bool LoadObjects, bool UseDebugObj) { in printLineInfoForInput() argument
360 assert(LoadObjects || !UseDebugObj); in printLineInfoForInput()
407 if (UseDebugObj) { in printLineInfoForInput()
451 if (!UseDebugObj && LoadObjects) { in printLineInfoForInput()