Searched defs:Binaries (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.cpp382 BinaryPair Binaries = getOrCreateBinary(BinaryName); local
383 ObjectFile *Obj = getObjectFileFromBinary(Binaries.first, ArchName);
384 ObjectFile *DbgObj = getObjectFileFromBinary(Binaries.second, ArchName);
/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl.hpp2389 typedef VECTOR_CLASS<std::pair<const void*, ::size_t> > Binaries; typedef in class:cl::Program
2420 const Binaries& binaries,
/external/mesa3d/include/CL/
H A Dcl.hpp2389 typedef VECTOR_CLASS<std::pair<const void*, ::size_t> > Binaries; typedef in class:cl::Program
2420 const Binaries& binaries,

Completed in 465 milliseconds