reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-c-test/debuginfo.c
   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);