Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp118 std::vector<std::string> BundlePaths; in expandBundle() local
135 BundlePaths.push_back(Path); in expandBundle()
142 if (!BundlePaths.size()) in expandBundle()
143 BundlePaths.push_back(InputPath); in expandBundle()
144 return BundlePaths; in expandBundle()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp513 std::vector<std::string> BundlePaths; in expandBundle() local
532 BundlePaths.push_back(Path); in expandBundle()
539 if (!BundlePaths.size()) in expandBundle()
540 BundlePaths.push_back(InputPath); in expandBundle()
541 return BundlePaths; in expandBundle()