Home
last modified time | relevance | path

Searched refs:printLineInfoForInput (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() function
748 return printLineInfoForInput(/* LoadObjects */ true,/* UseDebugObj */ true); in main()
750 return printLineInfoForInput(/* LoadObjects */ true,/* UseDebugObj */false); in main()
752 return printLineInfoForInput(/* LoadObjects */false,/* UseDebugObj */false); in main()
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp359 static int printLineInfoForInput(bool LoadObjects, bool UseDebugObj) { in printLineInfoForInput() function
978 printLineInfoForInput(/* LoadObjects */ true, /* UseDebugObj */ true); in main()
982 printLineInfoForInput(/* LoadObjects */ true, /* UseDebugObj */ false); in main()
986 printLineInfoForInput(/* LoadObjects */ false, /* UseDebugObj */ false); in main()