reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
34 LLVMDIBuilderRef DIB = LLVMCreateDIBuilder(M); 92 LLVMAddNamedMetadataOperand(M, "FooType", 93 LLVMMetadataAsValue(LLVMGetModuleContext(M), StructDbgPtrTy)); 102 LLVMValueRef FooFunction = LLVMAddFunction(M, "foo", FooFuncTy); 192 M, "EnumTest", LLVMMetadataAsValue(LLVMGetModuleContext(M), EnumTest)); 192 M, "EnumTest", LLVMMetadataAsValue(LLVMGetModuleContext(M), EnumTest)); 196 char *MStr = LLVMPrintModuleToString(M); 201 LLVMDisposeModule(M);