Searched defs:unwrap (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h25 inline Optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { function in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h318 inline LLVMContext **unwrap(LLVMContextRef* Tys) { function in namespace:llvm
H A DAttributes.h204 inline Attribute unwrap(LLVMAttributeRef Attr) { function in namespace:llvm
H A DDataLayout.h575 inline DataLayout *unwrap(LLVMTargetDataRef P) { function in namespace:llvm
H A DModule.h889 inline Module *unwrap(LLVMModuleProviderRef MP) { function in namespace:llvm
H A DValue.h907 inline Value **unwrap(LLVMValueRef *Vals) { function in class:llvm::Value
912 inline T **unwrap(LLVMValueRef *Vals, unsigned Length) { function in class:llvm::Value
H A DMetadata.h145 inline Metadata **unwrap(LLVMMetadataRef *MDs) { function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/
H A DTarget.cpp29 inline TargetLibraryInfoImpl *unwrap(LLVMTargetLibraryInfoRef P) { function
[all...]
H A DTargetMachineC.cpp34 static TargetMachine *unwrap(LLVMTargetMachineRef P) { function
37 static Target *unwrap(LLVMTargetRef P) { function
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp1100 inline PassManagerBuilder *unwrap(LLVMPassManagerBuilderRef P) { function
[all...]
/freebsd-12-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_common.h96 const char* unwrap(string const& s) { return s.c_str(); } function in namespace:detail::__anon3707
97 const char* unwrap(path const& p) { return p.native().c_str(); } function in namespace:detail::__anon3707
99 Arg const& unwrap(Arg const& a) { function in namespace:detail::__anon3707
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp23 inline OwningBinary<ObjectFile> *unwrap(LLVMObjectFileRef OF) { function
32 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { function
42 inline symbol_iterator *unwrap(LLVMSymbolIteratorRef SI) { function
52 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { function
[all...]
/freebsd-12-stable/contrib/file/src/
H A Dfile.c493 unwrap(struct magic_set *ms, const char *fn) function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1352 inline Error unwrap(LLVMErrorRef ErrRef) { function in namespace:llvm

Completed in 208 milliseconds