HomeSort by: relevance | last modified time | path
    Searched defs:Opaque (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
Object.h 71 assert(In.size() == sizeof(Opaque));
72 std::copy(In.begin(), In.end(), Opaque);
76 return ArrayRef<uint8_t>(Opaque, sizeof(Opaque));
79 uint8_t Opaque[sizeof(object::coff_symbol16)];
  /src/external/apache2/llvm/dist/libcxx/benchmarks/
string.bench.cpp 65 enum class Opacity { Opaque, Transparent };
67 static constexpr const char* Names[] = {"Opaque", "Transparent"};
146 return maybeOpaque("", O == Opacity::Opaque);
148 return maybeOpaque(getSmallString(D), O == Opacity::Opaque);
150 return maybeOpaque(getLargeString(D), O == Opacity::Opaque);
152 return maybeOpaque(getHugeString(D), O == Opacity::Opaque);
156 template <class Length, class Opaque>
161 makeString(Length(), DiffType::Control, Opaque()));
166 return "BM_StringConstructDestroyCStr" + Length::name() + Opaque::name();
237 template <class Length, class Opaque>
240 constexpr bool opaque = Opaque{} == Opacity::Opaque; local
265 constexpr bool opaque = Opaque{} == Opacity::Opaque; local
290 constexpr bool opaque = Opaque{} == Opacity::Opaque; local
314 constexpr bool opaque = Opaque{} == Opacity::Opaque; local
340 constexpr bool opaque = Opaque{} == Opacity::Opaque; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 337 void *Opaque);
352 void *Opaque;
357 void *Opaque)
358 : Functions(Functions), Opaque(Opaque) {
370 Functions.Destroy(Opaque);
376 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID,
383 return Functions.AllocateDataSection(Opaque, Size, Alignment, SectionID,
390 bool result = Functions.FinalizeMemory(Opaque, &errMsgCString);
404 void *Opaque,
    [all...]

Completed in 17 milliseconds