Home
last modified time | relevance | path

Searched refs:Opaque (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp337 void *Opaque);
352 void *Opaque; member in __anon2e2260210111::SimpleBindingMemoryManager
357 void *Opaque) in SimpleBindingMemoryManager() argument
358 : Functions(Functions), Opaque(Opaque) { in SimpleBindingMemoryManager()
370 Functions.Destroy(Opaque); in ~SimpleBindingMemoryManager()
376 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in allocateCodeSection()
383 return Functions.AllocateDataSection(Opaque, Size, Alignment, SectionID, in allocateDataSection()
390 bool result = Functions.FinalizeMemory(Opaque, &errMsgCString); in finalizeMemory()
404 void *Opaque, in LLVMCreateSimpleMCJITMemoryManager() argument
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DExecutionEngine.h160 void *Opaque, uintptr_t Size, unsigned Alignment, unsigned SectionID,
163 void *Opaque, uintptr_t Size, unsigned Alignment, unsigned SectionID,
166 void *Opaque, char **ErrMsg);
167 typedef void (*LLVMMemoryManagerDestroyCallback)(void *Opaque);
181 void *Opaque,
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h71 assert(In.size() == sizeof(Opaque)); in AuxSymbol()
72 std::copy(In.begin(), In.end(), Opaque); in AuxSymbol()
76 return ArrayRef<uint8_t>(Opaque, sizeof(Opaque)); in getRef()
79 uint8_t Opaque[sizeof(object::coff_symbol16)]; member
H A DCOFFWriter.cpp59 Sym.AuxData[0].Opaque); in finalizeSymbolContents()
83 reinterpret_cast<coff_aux_weak_external *>(Sym.AuxData[0].Opaque); in finalizeSymbolContents()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIRValues.def27 DEF_INSTR(Opaque, OP(Opaque), OpaqueInst)
H A DSandboxIR.h737 : sandboxir::Instruction(ClassID::Opaque, Opcode::Opaque, I, Ctx) {} in OpaqueInst()
739 : sandboxir::Instruction(SubclassID, Opcode::Opaque, I, Ctx) {} in OpaqueInst()
750 return From->getSubclassID() == ClassID::Opaque; in classof()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp1083 Opaque = CBs.CreateContext(CBs.CreateContextCtx); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1085 ~MCJITMemoryManagerLikeCallbacksMemMgr() override { CBs.Destroy(Opaque); } in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1090 return CBs.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1097 return CBs.AllocateDataSection(Opaque, Size, Alignment, SectionID, in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1103 bool Result = CBs.FinalizeMemory(Opaque, &ErrMsgCString); in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks()
1116 void *Opaque = nullptr; in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() member in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks::MCJITMemoryManagerLikeCallbacksMemMgr
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp115 if (auto *Opaque = dyn_cast<OpaqueValueExpr>(S)) in TraverseStmt() local
116 return TraverseOpaqueValueExpr(Opaque); in TraverseStmt()
/freebsd/contrib/diff/doc/
H A Dfdl.texi93 of text. A copy that is not ``Transparent'' is called ``Opaque''.
101 @acronym{JPG}. Opaque formats include proprietary formats that can be
167 If you publish or distribute Opaque copies of the Document numbering
169 copy along with each Opaque copy, or state in or with each Opaque copy
174 when you begin distribution of Opaque copies in quantity, to ensure
177 Opaque copy (directly or through your agents or retailers) of that
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateBase.h532 TemplateArgumentLocInfo Opaque)
533 : Argument(Argument), LocInfo(Opaque) {}
H A DType.h302 static PointerAuthQualifier fromOpaqueValue(uint32_t Opaque) {
304 Result.Data = Opaque;
/freebsd/contrib/libucl/doc/
H A Dapi.md266 /** Opaque userdata pointer */
/freebsd/contrib/wpa/hostapd/
H A DChangeLog846 * fixed EAP-FAST PAC-Opaque padding (0.6.4 broke this for some peer
871 * added peer identity into EAP-FAST PAC-Opaque and skip Phase 2
/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog1451 allow fallback to full handshake if server rejects PAC-Opaque
1537 PAC-Opaque)
/freebsd/crypto/openssl/
H A DNEWS.md987 * Opaque PRF Input TLS extension support.
H A DCHANGES.md9529 * Implement Opaque PRF Input TLS extension as specified in