/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 337 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 D | ExecutionEngine.h | 160 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 D | COFFObject.h | 71 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 D | COFFWriter.cpp | 59 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 D | SandboxIRValues.def | 27 DEF_INSTR(Opaque, OP(Opaque), OpaqueInst)
|
H A D | SandboxIR.h | 737 : 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 D | OrcV2CBindings.cpp | 1083 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 D | ASTSelection.cpp | 115 if (auto *Opaque = dyn_cast<OpaqueValueExpr>(S)) in TraverseStmt() local 116 return TraverseOpaqueValueExpr(Opaque); in TraverseStmt()
|
/freebsd/contrib/diff/doc/ |
H A D | fdl.texi | 93 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 D | TemplateBase.h | 532 TemplateArgumentLocInfo Opaque) 533 : Argument(Argument), LocInfo(Opaque) {}
|
H A D | Type.h | 302 static PointerAuthQualifier fromOpaqueValue(uint32_t Opaque) { 304 Result.Data = Opaque;
|
/freebsd/contrib/libucl/doc/ |
H A D | api.md | 266 /** Opaque userdata pointer */
|
/freebsd/contrib/wpa/hostapd/ |
H A D | ChangeLog | 846 * 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 D | ChangeLog | 1451 allow fallback to full handshake if server rejects PAC-Opaque 1537 PAC-Opaque)
|
/freebsd/crypto/openssl/ |
H A D | NEWS.md | 987 * Opaque PRF Input TLS extension support.
|
H A D | CHANGES.md | 9529 * Implement Opaque PRF Input TLS extension as specified in
|